Skip to content

Commit

Permalink
Use fork of PAC crate
Browse files Browse the repository at this point in the history
Temporary solution to avoid duplicates of dependencies
  • Loading branch information
katyo committed Feb 4, 2023
1 parent 4ed8ad1 commit 90257a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ edition = "2018"

[dependencies]
bare-metal = "0.2.5"
gd32vf103-pac = "0.4.0"
riscv = "0.10.1"
nb = "1.0.0"
void = { version = "1.0.2", default-features = false }
Expand All @@ -22,3 +21,8 @@ embedded-dma = "0.2.0"
[dependencies.embedded-hal]
version = "0.2.7"
features = ["unproven"]

[dependencies.gd32vf103-pac]
git = "https://github.com/katyo/gd32vf103-pac"
branch = "upcoming"

0 comments on commit 90257a7

Please sign in to comment.