summaryrefslogtreecommitdiff
path: root/firmware/rust/Cargo.toml
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2022-07-22 21:01:10 +0200
committerMarc Poulhiès <dkm@kataplop.net>2022-07-22 21:06:23 +0200
commit4d702b9b02f0c503547cecc1c6ea075cb2a2e596 (patch)
tree9eb885cc30487689e207bf5992c2865712b1f067 /firmware/rust/Cargo.toml
parent8a136f62b4952549e2a02d908149bfc0da9d8f33 (diff)
Update all crate, in particular rtic
Keyboard works, but customevents for leds are not working (yet).
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"