aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-07-25 10:01:51 +0200
committerEmil Fresk <emil.fresk@gmail.com>2023-07-25 08:16:13 +0000
commit0228350ef4758c45623e325c41116720bbc2b30a (patch)
tree31ef9889d6332e64ec624c4047af284c82ac7a45 /Cargo.toml
parent1967058784ae674b69302500f4b95c1fc4ab4056 (diff)
Fixed new TAIT requirement and release v2.0.1 of RTIC
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6fccc1d..6aedb70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ members = [
"rtic-time",
"xtask",
]
+resolver = "2"
[profile.release]
codegen-units = 1
@@ -36,6 +37,3 @@ debug = false
debug-assertions = false
opt-level = 0
overflow-checks = false
-
-[patch.crates-io]
-lm3s6965 = { git = "https://github.com/japaric/lm3s6965" }