use public fork branch in Cargo.toml instead of local dev path

This commit is contained in:
2025-12-29 14:31:33 +01:00
parent d2636108b2
commit a1c1e8ca9f
2 changed files with 144 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
#ch32-hal = { git = "https://github.com/ch32-rs/ch32-hal", features = [
ch32-hal = { path = "/home/judge/dev/github.com/ju6ge/ch32-hal", features = [
ch32-hal = { git = "https://github.com/ju6ge/ch32-hal", branch = "feature/i2c-slave-api", features = [
"ch32v203c8t6",
"memory-x",
"embassy",