Skip to content

Commit 6fbb972

Browse files
committed
Disable atdf2svd CLI dependencies
Disable default features of atdf2svd to disable the `cli` feature which pulls in all the dependencies for the CLI of the tool. This helps with reducing the amount of dependencies we carry at build-time.
1 parent 22af12f commit 6fbb972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ optional = true
109109
[build-dependencies]
110110
svd2rust = "=0.36.1"
111111
svdtools = "=0.4.6"
112-
atdf2svd = "=0.5.1"
112+
atdf2svd = { version = "=0.5.1", default-features = false }
113113
prettyplease = "=0.2.32"
114114
svd-rs = "=0.14.12"
115115
yaml-rust2 = "=0.10.1"

0 commit comments

Comments
 (0)