Skip to content

Commit 9c172da

Browse files
committed
Update dependencies
1 parent bdaeb8e commit 9c172da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

riscv-rt/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ keywords = ["riscv", "runtime", "startup"]
99
license = "ISC"
1010

1111
[dependencies]
12-
r0 = "0.2.2"
13-
riscv = "0.5.3"
12+
r0 = "1.0.0"
13+
riscv = "0.5.5"
1414
riscv-rt-macros = { path = "macros", version = "0.1.6" }
1515

1616
[features]
1717
inline-asm = ["riscv/inline-asm"]
1818

1919
[dev-dependencies]
20-
riscv = "0.5.3"
2120
panic-halt = "0.2.0"

0 commit comments

Comments
 (0)