Skip to content

Commit

Permalink
chore: update hpm-metapac
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jun 23, 2024
1 parent d7fb252 commit eb1145a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.2", path = "../hpm-data/build/hpm-metapac", features = [
hpm-metapac = { version = "0.0.3", path = "../hpm-data/build/hpm-metapac", features = [
"rt",
# temp feature for demo
# "memory-x",
Expand Down Expand Up @@ -44,7 +44,7 @@ embedded-io = "0.6.1"

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

0 comments on commit eb1145a

Please sign in to comment.