Skip to content

Commit e8428e9

Browse files
committed
version
1 parent e6b3088 commit e8428e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@ serde_json = "1.0.72"
5050

5151
[dependencies.svd-parser]
5252
features = ["derive-from"]
53-
version = "0.13.0"
53+
git = "https://github.com/rust-embedded/svd"
54+
branch = "version"
5455

5556
[dependencies.svd-rs]
5657
features = ["serde"]
57-
version = "0.13.0"
58+
git = "https://github.com/rust-embedded/svd"
59+
branch = "version"
5860

5961
[dependencies.syn]
6062
version = "1.0"

0 commit comments

Comments
 (0)