Browse Source

update dependency `riscv` to 0.8.0

luojia65 2 years ago
parent
commit
4d9369c672
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -18,7 +18,7 @@ edition = "2021"
 [dependencies]
 embedded-hal = { version = "1.0.0-alpha.8", optional = true }
 nb = "1.0"
-riscv = "0.7"
+riscv = "0.8"
 
 [features]
 default = []