use public fork branch in Cargo.toml instead of local dev path
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user