File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
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.15.2] - 2019-07-29
11
+
12
+ - No changes, just fixing the metadata since crates.io didn't like the keywords
13
+
10
14
## [ v0.15.1] - 2019-07-29
11
15
12
16
### Added
@@ -444,7 +448,8 @@ peripheral.register.write(|w| w.field().set());
444
448
445
449
- Initial version of the ` svd2rust ` tool
446
450
447
- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.1...HEAD
451
+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.2...HEAD
452
+ [ v0.15.2 ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.1...v0.15.2
448
453
[ v0.15.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.0...v0.15.1
449
454
[ v0.15.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.14.0...v0.15.0
450
455
[ v0.14.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.13.1...v0.14.0
Original file line number Diff line number Diff line change @@ -14,18 +14,16 @@ categories = [
14
14
description = " Generate Rust register maps (`struct`s) from SVD files"
15
15
documentation = " https://docs.rs/svd2rust"
16
16
keywords = [
17
- " arm" ,
18
- " cortex-m" ,
19
- " riscv" ,
20
- " msp430" ,
17
+ " svd" ,
18
+ " embedded" ,
21
19
" register" ,
22
20
" map" ,
23
21
" generator" ,
24
22
]
25
23
license = " MIT OR Apache-2.0"
26
24
name = " svd2rust"
27
25
repository = " https://github.com/rust-embedded/svd2rust/"
28
- version = " 0.15.1 "
26
+ version = " 0.15.2 "
29
27
readme = " README.md"
30
28
31
29
[[bin ]]
You can’t perform that action at this time.
0 commit comments