Skip to content

Commit

Permalink
chore: use git version of metapac
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <[email protected]>
  • Loading branch information
HaoboGu authored and andelf committed Jul 7, 2024
1 parent 9af391d commit 3bfa32d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ readme = "README.md"
license = "MIT/Apache-2.0"

[dependencies]
# path = "../hpm-data/build/hpm-metapac",
# git = "https://github.com/hpmicro-rs/hpm-metapac.git",
hpm-metapac = { version = "0.0.3", path = "../hpm-data/build/hpm-metapac" }
hpm-metapac = { version = "0.0.3", git = "https://github.com/hpmicro-rs/hpm-metapac.git", rev = "29ada5b" }

riscv = { version = "0.11", features = ["critical-section-single-hart"] }
embedded-hal = { version = "1.0.0" }
Expand All @@ -42,8 +40,7 @@ futures-util = { version = "0.3.30", optional = true, default-features = false }


[build-dependencies]
# git = "https://github.com/hpmicro-rs/hpm-metapac.git",
hpm-metapac = { version = "0.0.3", path = "../hpm-data/build/hpm-metapac", default-features = false, features = [
hpm-metapac = { version = "0.0.3", git = "https://github.com/hpmicro-rs/hpm-metapac.git", rev = "29ada5b", default-features = false, features = [
"metadata",
] }
proc-macro2 = "1.0.85"
Expand Down

0 comments on commit 3bfa32d

Please sign in to comment.