Skip to content

Commit

Permalink
chore: use tag for hpm-metadata
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <[email protected]>
HaoboGu authored and andelf committed Jul 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3bfa32d commit c89ec22
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
@@ -13,7 +13,7 @@ readme = "README.md"
license = "MIT/Apache-2.0"

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

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


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

0 comments on commit c89ec22

Please sign in to comment.