summaryrefslogtreecommitdiff
path: root/firmware/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rust/Cargo.toml')
-rw-r--r--firmware/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/rust/Cargo.toml b/firmware/rust/Cargo.toml
index 54f44cc..870f048 100644
--- a/firmware/rust/Cargo.toml
+++ b/firmware/rust/Cargo.toml
@@ -11,7 +11,7 @@ cortex-m = "0.7"
cortex-m-rt = { version = "0.7", features = ["device"] }
panic-halt = "0.2"
keyberon = { git = "https://github.com/TeXiToi/keyberon" }
-cortex-m-rtic = { version = "0.5", default-features = false, features = ["cortex-m-7"] }
+cortex-m-rtic = "1.0.0"
embedded-hal = "0.2"
usb-device = "0.2"
nb = "1.0"