Skip to content

Commit 09ddcfa

Browse files
committed
switch back to a stable release of svd-parser
1 parent 72c6782 commit 09ddcfa

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,5 @@ either = "1.0.3"
1616
error-chain = "0.10.0"
1717
inflections = "1.0.0"
1818
quote = "0.3.15"
19-
# svd-parser = "0.4.0"
20-
syn = "0.11.9"
21-
22-
[dependencies.svd-parser]
23-
git = "https://github.com/japaric/svd"
24-
branch = "follow-up"
19+
svd-parser = "0.5.0"
20+
syn = "0.11.9"

0 commit comments

Comments
 (0)