Skip to content

Commit 98083be

Browse files
committed
Update dependencies
1 parent 34c172a commit 98083be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ license = "ISC"
1010
edition = "2018"
1111

1212
[dependencies]
13-
gd32vf103xx-hal = "0.3.0"
13+
gd32vf103xx-hal = "0.4.0"
1414
embedded-hal = "0.2.3"
1515
nb = "0.1.2"
16-
riscv = "0.5.4"
16+
riscv = "0.6.0"
1717
st7735-lcd = { version = "0.7", optional = true }
1818

1919
[dev-dependencies]
20-
riscv-rt = "0.6.1"
20+
riscv-rt = "0.8.0"
2121
panic-halt = "0.2.0"
2222
embedded-graphics = "0.6"
2323

0 commit comments

Comments
 (0)