Skip to content

Commit

Permalink
fix(deps): crate path
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Mar 20, 2024
1 parent 3511040 commit d76e8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ch32-data-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ quick-xml = { version = "0.26.0", features = ["serialize"] }
regex = "1.7.1"
serde = { version = "1.0.157", features = ["derive"] }
serde_yaml = "0.9.19"
chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "1c198ae678ebd426751513f0deab6fbd6f8b8211" }
chiptool = { git = "https://github.com/ch32-rs/chiptool", rev = "1c198ae678ebd426751513f0deab6fbd6f8b8211" }
serde_json = "1.0.94"
rayon = { version = "1.7.0", optional = true }
ch32-data-serde = { version = "0.1.0", path = "../ch32-data-serde" }
Expand Down
3 changes: 1 addition & 2 deletions ch32-metapac-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
regex = "1.7.1"
# chiptool = { git = "https://github.com/embassy-rs/chiptool", rev = "1c198ae678ebd426751513f0deab6fbd6f8b8211" }
chiptool = { path = "../../chiptool" }
chiptool = { git = "https://github.com/ch32-rs/chiptool", rev = "1c198ae678ebd426751513f0deab6fbd6f8b8211" }
serde = { version = "1.0.157", features = ["derive"] }
serde_json = "1.0.94"
proc-macro2 = "1.0.52"
Expand Down

0 comments on commit d76e8eb

Please sign in to comment.