release fixes

This commit is contained in:
Jan-Henrik 2022-04-19 12:41:49 +02:00
parent 73abd22a48
commit c88d6bfdf7
4 changed files with 3 additions and 3 deletions

View file

@ -9,3 +9,5 @@
- Initial release!
<!-- next-url -->
[Unreleased]: https://github.com/jhbruhn/moonboot/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/jhbruhn/moonboot/compare/v0.1.0...v1.1.0

View file

@ -11,7 +11,7 @@ keywords = ["embedded", "no_std", "bootloader", "framework", "fota"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
moonboot-macros = { path = "./macros", version = "0.1.0" }
moonboot-macros = { path = "./macros", version = "0.1.1" }
heapless = {version = "0.7", features = ["serde"] }
serde = { version = "1.0", features = ["derive"], default-features = false, optional = true }
cortex-m = { version = "0.7", optional = true }

View file

@ -15,5 +15,4 @@ keywords = ["embedded", "no_std", "bootloader", "framework", "fota"]
moonboot = { path = "../", version = "0.1.1" }
[package.metadata.release]
tag = false
shared-version = true

View file

@ -17,5 +17,4 @@ quote = "1.0"
syn = { version = "1.0", features = ["full"] }
[package.metadata.release]
tag = false
shared-version = true