aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-monotonics')
-rw-r--r--rtic-monotonics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index fcbc012..8a8c222 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -69,7 +69,7 @@ imxrt-ral = { version = "0.6.1", optional = true }
esp32c3 = {version = "0.30.0", optional = true }
esp32c6 = {version = "0.21.0", optional = true }
-riscv = {version = "0.14.0", optional = true }
+riscv = {version = "0.15.0", optional = true }
[build-dependencies]
proc-macro2 = { version = "1.0.36", optional = true }