Skip to content

Commit

Permalink
chore: change py32-metapac dependency source to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
decaday committed Nov 9, 2024
1 parent 58ad2b5 commit aac02d8
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 @@ -13,7 +13,7 @@ readme = "README.md"
license = "MIT OR Apache-2.0"

[dependencies]
py32-metapac = { version = "0.0.1" }
py32-metapac = { git = "https://github.com/py32-rs/py32-metapac.git" }
# py32-metapac = { path = "../py32-data/build/py32-metapac"}

cortex-m = { version = "0.7.7", features = [
Expand Down Expand Up @@ -53,7 +53,7 @@ embassy-executor = { version = "0.6", features = [

[build-dependencies]
# py32-metapac = { path = "../py32-data/build/py32-metapac", default-features = false, features = [
py32-metapac = { version = "0.0.1", default-features = false, features = [
py32-metapac = { git = "https://github.com/py32-rs/py32-metapac.git", default-features = false , features = [
"metadata",
] }

Expand Down

0 comments on commit aac02d8

Please sign in to comment.