Skip to content

Commit

Permalink
fix(deps): update riscv
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 24, 2024
1 parent 2da8701 commit 9f57f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions d1-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include = ["src/**/*", "README.md", "device.x", "build.rs"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
riscv = "0.10.1"
riscv = "0.11.0"
vcell = "0.1.3"

[dependencies.critical-section]
Expand All @@ -22,7 +22,7 @@ version = "1.1"

[dependencies.riscv-rt]
optional = true
version = "0.11.0"
version = "0.12.1"

[features]
rt = ["riscv-rt"]

0 comments on commit 9f57f2f

Please sign in to comment.