File tree 7 files changed +21
-13
lines changed
7 files changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.12.0] - 2021-11-11
11
+
12
+ - Bump ` svd-rs `
10
13
- Add ` protection ` encoding
11
14
- Add ` readAction ` encoding
12
15
- Add array support for peripherals
Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ license = "MIT OR Apache-2.0"
9
9
name = " svd-encoder"
10
10
repository = " https://github.com/rust-embedded/svd"
11
11
edition = " 2018"
12
- version = " 0.11 .0"
12
+ version = " 0.12 .0"
13
13
readme = " README.md"
14
14
15
15
[dependencies ]
16
- svd-rs = { version = " 0.11.0" , path = " ../svd-rs" }
17
- anyhow = " 1.0.19"
18
- thiserror = " 1.0.5"
16
+ svd-rs = { version = " 0.12.0" , path = " ../svd-rs" }
17
+ thiserror = " 1.0.30"
19
18
20
19
[dependencies .xmltree ]
21
20
version = " 0.10.3"
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.12.0] - 2021-11-11
11
+
12
+ - Bump ` svd-rs `
10
13
- Add ` protection ` parsing
11
14
- Add ` readAction ` parsing
12
15
- Add array support for peripherals
Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ license = "MIT OR Apache-2.0"
10
10
name = " svd-parser"
11
11
repository = " https://github.com/rust-embedded/svd"
12
12
edition = " 2018"
13
- version = " 0.11 .0"
13
+ version = " 0.12 .0"
14
14
readme = " README.md"
15
15
16
16
[features ]
17
17
derive-from = [" svd-rs/derive-from" ]
18
18
19
19
[dependencies ]
20
- svd-rs = { version = " 0.11 .0" , path = " ../svd-rs" }
20
+ svd-rs = { version = " 0.12 .0" , path = " ../svd-rs" }
21
21
roxmltree = " 0.14.1"
22
- anyhow = " 1.0.19 "
23
- thiserror = " 1.0.5 "
22
+ anyhow = " 1.0.45 "
23
+ thiserror = " 1.0.30 "
24
24
25
25
[dev-dependencies ]
26
26
serde_json = " 1.0"
27
- svd-rs = { version = " 0.11 .0" , path = " ../svd-rs" , features = [" serde" ] }
27
+ svd-rs = { version = " 0.12 .0" , path = " ../svd-rs" , features = [" serde" ] }
28
28
29
29
[[example ]]
30
30
name = " svd2json"
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ ## [ v0.12.0] - 2021-11-11
11
+
12
+ - Bump dependencies
10
13
- Add check for wrong size of ` bitRange ` width
11
14
- Don't clone when serialize
12
15
- Add optional entries to ` Cpu `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
9
9
name = " svd-rs"
10
10
repository = " https://github.com/rust-embedded/svd"
11
11
edition = " 2018"
12
- version = " 0.11.2 "
12
+ version = " 0.12.0 "
13
13
readme = " README.md"
14
14
15
15
[features ]
@@ -22,7 +22,7 @@ thiserror = "1.0.5"
22
22
version = " 1"
23
23
24
24
[dependencies .once_cell ]
25
- version = " 1.5.2 "
25
+ version = " 1.8.0 "
26
26
27
27
[dependencies .serde ]
28
28
version = " 1.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ license = "MIT OR Apache-2.0"
4
4
name = " svd-tests"
5
5
repository = " https://github.com/rust-embedded/svd"
6
6
edition = " 2018"
7
- version = " 0.11 .0"
7
+ version = " 0.12 .0"
8
8
publish = false
9
9
10
10
[dependencies ]
@@ -13,4 +13,4 @@ svd-parser = { path = "../svd-parser"}
13
13
svd-encoder = { path = " ../svd-encoder" }
14
14
roxmltree = " 0.14.1"
15
15
xmltree = " 0.10.3"
16
- anyhow = " 1.0.19 "
16
+ anyhow = " 1.0.45 "
You can’t perform that action at this time.
0 commit comments