File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.14.4] - 2023-11-15
11
+
12
+ - Bump svd-rs dependency to 0.14.4 or higher.
13
+
10
14
## [ v0.14.3] - 2023-11-15
11
15
12
16
- Correctly place ` expand_properties ` under ` expand ` feature
@@ -59,8 +63,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
59
63
60
64
Previous versions in common [ changelog] ( ../CHANGELOG.md ) .
61
65
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
64
69
[ v0.14.2 ] : https://github.com/rust-embedded/svd/compare/svd-rs-v0.14.2...svd-parser-v0.14.2
65
70
[ v0.14.1 ] : https://github.com/rust-embedded/svd/compare/v0.14.0...svd-rs-v0.14.1
66
71
[ v0.14.0 ] : https://github.com/rust-embedded/svd/compare/svd-parser-v0.13.4...v0.14.0
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ name = "svd-parser"
11
11
repository = " https://github.com/rust-embedded/svd"
12
12
edition = " 2021"
13
13
rust-version = " 1.58.0"
14
- version = " 0.14.3 "
14
+ version = " 0.14.4 "
15
15
readme = " README.md"
16
16
17
17
[features ]
18
18
derive-from = [" svd-rs/derive-from" ]
19
19
expand = [" derive-from" ]
20
20
21
21
[dependencies ]
22
- svd-rs = { version = " 0.14.1 " , path = " ../svd-rs" }
22
+ svd-rs = { version = " 0.14.4 " , path = " ../svd-rs" }
23
23
roxmltree = " 0.18"
24
24
anyhow = " 1.0.58"
25
25
thiserror = " 1.0.31"
You can’t perform that action at this time.
0 commit comments