Skip to content

Commit 4c7e0cb

Browse files
bors[bot]burrbull
andauthored
Merge #155
155: move svd2json example to svd-parser r=adamgreig a=burrbull Blocks publish Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 493dc9e + 44daae0 commit 4c7e0cb

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

svd-parser/Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ svd-rs = { version = "0.11.0", path = "../svd-rs"}
2121
roxmltree = "0.14.1"
2222
anyhow = "1.0.19"
2323
thiserror = "1.0.5"
24+
25+
[dev-dependencies]
26+
serde_json = "1.0"
27+
svd-rs = { version = "0.11.0", path = "../svd-rs", features = ["serde"] }
28+
29+
[[example]]
30+
name = "svd2json"
File renamed without changes.

svd-rs/Cargo.toml

-8
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,3 @@ version = "1.5.2"
2828
version = "1.0"
2929
features = ["derive"]
3030
optional = true
31-
32-
[dev-dependencies]
33-
serde_json = "1.0"
34-
svd-parser = { version = "0.11.0", path = "../svd-parser"}
35-
36-
[[example]]
37-
name = "svd2json"
38-
required-features = ["serde"]

tests/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ license = "MIT OR Apache-2.0"
44
name = "svd-tests"
55
repository = "https://github.com/rust-embedded/svd"
66
edition = "2018"
7-
version = "0.10.2"
7+
version = "0.11.0"
8+
publish = false
89

910
[dependencies]
1011
svd-rs = { path = "../svd-rs"}

0 commit comments

Comments
 (0)