Skip to content

Commit 4526999

Browse files
committed
update: update gd32vf103xx-hal dependency
Updates `gd32vxx-hal` dependency to include the `rt` and `critical-section` features.
1 parent ded9e57 commit 4526999

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ rustdoc-args = ["--cfg", "docsrs"]
1515
default-target = "x86_64-unknown-linux-gnu"
1616

1717
[dependencies]
18-
gd32vf103xx-hal = "0.5.0"
1918
embedded-hal = "0.2.6"
2019
nb = "1.0.0"
2120
riscv = "0.10.1"
2221
st7735-lcd = { version = "0.8.1", optional = true }
2322
embedded-sdmmc = { version = "0.3.0", optional = true }
2423

24+
[dependencies.gd32vf103xx-hal]
25+
version = "0.5.0"
26+
# Remove if/when upstream is updated
27+
git = "https://github.com/rmsyn/gd32vf103xx-hal"
28+
branch = "fixup/update"
29+
features = ["rt"]
30+
2531
[dev-dependencies]
2632
riscv-rt = "0.11.0"
2733
panic-halt = "0.2.0"

0 commit comments

Comments
 (0)