Skip to content

Commit

Permalink
fixup! chore: update metapac deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jul 30, 2024
1 parent 9681e5c commit fd345b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ readme = "README.md"
license = "MIT/Apache-2.0"

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

riscv = { version = "0.11", features = ["critical-section-single-hart"] }
embedded-hal = { version = "1.0.0" }
Expand Down Expand Up @@ -44,12 +44,12 @@ mcan = { version = "0.5.0", optional = true }


[build-dependencies]
hpm-metapac = { path = "../hpm-data/build/hpm-metapac", default-features = false, features = [
"metadata",
] }
# hpm-metapac = { version = "0.0.3", git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-5b7ef7966574b6805c46a0718335f852ab952d60", default-features = false, features = [
# hpm-metapac = { path = "../hpm-data/build/hpm-metapac", default-features = false, features = [
# "metadata",
# ] }
hpm-metapac = { version = "0.0.3", git = "https://github.com/hpmicro-rs/hpm-metapac.git", tag = "hpm-data-5b7ef7966574b6805c46a0718335f852ab952d60", default-features = false, features = [
"metadata",
] }
proc-macro2 = "1.0.85"
quote = "1.0.15"

Expand Down

0 comments on commit fd345b4

Please sign in to comment.