Skip to content

Commit

Permalink
Update riscv-slic requirement from 0.1.1 to 0.2.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: riscv-slic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 587f183 commit a3b043e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ features = ["thumbv7-backend"]
name = "rtic"

[dependencies]
riscv-slic = { version = "0.1.1", optional = true }
riscv-slic = { version = "0.2.0", optional = true }
esp32c3 = { version = "0.27.0", optional = true }
riscv = { version = "0.12.1", optional = true }
cortex-m = { version = "0.7.0", optional = true }
Expand Down

0 comments on commit a3b043e

Please sign in to comment.