diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml index a1100451998d..752205a5aa24 100644 --- a/rtic/Cargo.toml +++ b/rtic/Cargo.toml @@ -31,9 +31,9 @@ features = ["rtic-macros/test-template"] name = "rtic" [dependencies] -riscv-slic = { git = "https://github.com/romancardenas/riscv-slic.git", rev = "38700c0", optional = true } +riscv-slic = { git = "https://github.com/romancardenas/riscv-slic.git", rev = "d96a888", optional = true } esp32c3 = { version = "0.17.0", optional = true} -riscv = {version = "0.10.1", optional = true} +riscv = { git = "https://github.com/rust-embedded/riscv.git", optional = true} cortex-m = { version = "0.7.0", optional = true } bare-metal = "1.0.0" #portable-atomic = { version = "0.3.19" }