Skip to content

Commit

Permalink
move svd2json example to svd-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Oct 4, 2021
1 parent 493dc9e commit 44daae0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
7 changes: 7 additions & 0 deletions svd-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ svd-rs = { version = "0.11.0", path = "../svd-rs"}
roxmltree = "0.14.1"
anyhow = "1.0.19"
thiserror = "1.0.5"

[dev-dependencies]
serde_json = "1.0"
svd-rs = { version = "0.11.0", path = "../svd-rs", features = ["serde"] }

[[example]]
name = "svd2json"
File renamed without changes.
8 changes: 0 additions & 8 deletions svd-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,3 @@ version = "1.5.2"
version = "1.0"
features = ["derive"]
optional = true

[dev-dependencies]
serde_json = "1.0"
svd-parser = { version = "0.11.0", path = "../svd-parser"}

[[example]]
name = "svd2json"
required-features = ["serde"]
3 changes: 2 additions & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ license = "MIT OR Apache-2.0"
name = "svd-tests"
repository = "https://github.com/rust-embedded/svd"
edition = "2018"
version = "0.10.2"
version = "0.11.0"
publish = false

[dependencies]
svd-rs = { path = "../svd-rs"}
Expand Down

0 comments on commit 44daae0

Please sign in to comment.