We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74f38a commit 54c2c18Copy full SHA for 54c2c18
rtic/Cargo.toml
@@ -32,7 +32,7 @@ name = "rtic"
32
33
[dependencies]
34
esp32c3 = { version = "0.20.0", optional = true}
35
-riscv = {version = "0.10.1", optional = true}
+riscv = {version = "0.11.0", optional = true}
36
cortex-m = { version = "0.7.0", optional = true }
37
bare-metal = "1.0.0"
38
#portable-atomic = { version = "0.3.19" }
0 commit comments