From aac02d8fa2513c4ea54dad01226598f3adf99c2f Mon Sep 17 00:00:00 2001 From: decaday Date: Sat, 9 Nov 2024 16:14:28 +0800 Subject: [PATCH] chore: change `py32-metapac` dependency source to GitHub --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3dc9cd..3392014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [ @@ -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", ] }