Skip to content

Commit

Permalink
Merge pull request #209 from luojia65/patch-1
Browse files Browse the repository at this point in the history
crate: update riscv dependency crate to v0.9.0
  • Loading branch information
bjoernQ authored Oct 10, 2022
2 parents 4cc7ed5 + efced81 commit ed9a074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32c3-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ embedded-hal-1 = { version = "=1.0.0-alpha.9", optional = true, package = "emb
embedded-hal-nb = { version = "=1.0.0-alpha.1", optional = true }
esp-hal-common = { version = "0.2.0", features = ["esp32c3"], path = "../esp-hal-common" }
r0 = "1.0.0"
riscv = "0.8.0"
riscv = "0.9.0"
riscv-rt = { version = "0.9.0", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit ed9a074

Please sign in to comment.