Skip to content

Commit 9f1c0d3

Browse files
committed
v0.7.2
1 parent 3ea5744 commit 9f1c0d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
165165

166166
- Initial version of the `svd2rust` tool
167167

168-
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.7.1...HEAD
168+
[Unreleased]: https://github.com/japaric/svd2rust/compare/v0.7.2...HEAD
169+
[v0.7.2]: https://github.com/japaric/svd2rust/compare/v0.7.1...v0.7.2
169170
[v0.7.1]: https://github.com/japaric/svd2rust/compare/v0.7.0...v0.7.1
170171
[v0.7.0]: https://github.com/japaric/svd2rust/compare/v0.6.2...v0.7.0
171172
[v0.6.2]: https://github.com/japaric/svd2rust/compare/v0.6.1...v0.6.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Jorge Aparicio <jorge@japaric.io>"]
33
build = "build.rs"
4-
categories = ["command-line-utilities", "embedded", "no-std"]
4+
categories = ["command-line-utilities", "embedded", "hardware-support", "no-std"]
55
description = "Generate Rust register maps (`struct`s) from SVD files"
66
documentation = "https://github.com/japaric/svd2rust#svd2rust"
77
keywords = ["arm", "cortex-m", "register", "map", "generator"]

0 commit comments

Comments
 (0)