Skip to content

Commit

Permalink
update riscv-slic
Browse files Browse the repository at this point in the history
  • Loading branch information
romancardenas committed Jan 10, 2024
1 parent 0c4ee02 commit 15fa83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 15fa83d

Please sign in to comment.