Skip to content

Commit c605d57

Browse files
committed
Update riscv dependency
1 parent 0ab7308 commit c605d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
keywords = ["no-std", "embedded", "usb"]
1111

1212
[dependencies]
13-
riscv = { version = "0.6.0", optional = true }
13+
riscv = { version = "0.10.1", optional = true }
1414
cortex-m = { version = "0.7.0", optional = true }
1515
embedded-hal = "0.2.4"
1616
vcell = "0.1.0"

0 commit comments

Comments
 (0)