Skip to content

Commit bd9210b

Browse files
authored
Merge pull request #250 from Tiwalun/fix-svd-rs-dep
fix: Update svd-rs dep to 0.14.4
2 parents c1bc8db + 186de04 commit bd9210b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

svd-parser/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Unreleased
99

10+
## [v0.14.4] - 2023-11-15
11+
12+
- Bump svd-rs dependency to 0.14.4 or higher.
13+
1014
## [v0.14.3] - 2023-11-15
1115

1216
- Correctly place `expand_properties` under `expand` feature
@@ -59,8 +63,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5963

6064
Previous versions in common [changelog](../CHANGELOG.md).
6165

62-
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.4...HEAD
63-
[v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.3...svd-rs-v0.14.4
66+
[Unreleased]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.4...HEAD
67+
[v0.14.4]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.3...svd-parser-v0.14.4
68+
[v0.14.3]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.14.2...svd-parser-v0.14.3
6469
[v0.14.2]: https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...svd-parser-v0.14.2
6570
[v0.14.1]: https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
6671
[v0.14.0]: https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.4...v0.14.0

svd-parser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ name = "svd-parser"
1111
repository = "https://github.com/rust-embedded/svd"
1212
edition = "2021"
1313
rust-version = "1.58.0"
14-
version = "0.14.3"
14+
version = "0.14.4"
1515
readme = "README.md"
1616

1717
[features]
1818
derive-from = ["svd-rs/derive-from"]
1919
expand = ["derive-from"]
2020

2121
[dependencies]
22-
svd-rs = { version = "0.14.1", path = "../svd-rs" }
22+
svd-rs = { version = "0.14.4", path = "../svd-rs" }
2323
roxmltree = "0.18"
2424
anyhow = "1.0.58"
2525
thiserror = "1.0.31"

0 commit comments

Comments
 (0)