Skip to content

Commit a3ebf04

Browse files
committed
update_svd_parser
1 parent e94fc7b commit a3ebf04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,14 @@ anyhow = "1.0.19"
4343
thiserror = "1.0.5"
4444

4545
[dependencies.svd-parser]
46-
version = "0.9"
46+
#version = "0.9"
47+
git = "https://github.com/rust-embedded/svd"
48+
branch = "non_exhaustive"
4749
features = ["derive-from"]
4850

4951
[dependencies.syn]
5052
version = "1.0"
5153
features = ["full","extra-traits"]
54+
55+
[features]
56+
strict = ["svd-parser/strict"]

0 commit comments

Comments
 (0)