Skip to content

Commit ce0a47c

Browse files
Merge #350
350: 0.15.1 was rejected by crates.io due to keywords, try again... r=adamgreig a=therealprof Signed-off-by: Daniel Egger <[email protected]> Co-authored-by: Daniel Egger <[email protected]>
2 parents 9051f1a + 8446182 commit ce0a47c

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

+6-1
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.15.2] - 2019-07-29
11+
12+
- No changes, just fixing the metadata since crates.io didn't like the keywords
13+
1014
## [v0.15.1] - 2019-07-29
1115

1216
### Added
@@ -444,7 +448,8 @@ peripheral.register.write(|w| w.field().set());
444448

445449
- Initial version of the `svd2rust` tool
446450

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
448453
[v0.15.1]: https://github.com/rust-embedded/svd2rust/compare/v0.15.0...v0.15.1
449454
[v0.15.0]: https://github.com/rust-embedded/svd2rust/compare/v0.14.0...v0.15.0
450455
[v0.14.0]: https://github.com/rust-embedded/svd2rust/compare/v0.13.1...v0.14.0

Cargo.toml

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,16 @@ categories = [
1414
description = "Generate Rust register maps (`struct`s) from SVD files"
1515
documentation = "https://docs.rs/svd2rust"
1616
keywords = [
17-
"arm",
18-
"cortex-m",
19-
"riscv",
20-
"msp430",
17+
"svd",
18+
"embedded",
2119
"register",
2220
"map",
2321
"generator",
2422
]
2523
license = "MIT OR Apache-2.0"
2624
name = "svd2rust"
2725
repository = "https://github.com/rust-embedded/svd2rust/"
28-
version = "0.15.1"
26+
version = "0.15.2"
2927
readme = "README.md"
3028

3129
[[bin]]

0 commit comments

Comments
 (0)