From 4d702b9b02f0c503547cecc1c6ea075cb2a2e596 Mon Sep 17 00:00:00 2001 From: Marc Poulhiès Date: Fri, 22 Jul 2022 21:01:10 +0200 Subject: Update all crate, in particular rtic Keyboard works, but customevents for leds are not working (yet). --- firmware/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/rust/Cargo.toml') 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" -- cgit v1.2.3