mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-14 17:45:50 +00:00
release fixes
This commit is contained in:
parent
73abd22a48
commit
c88d6bfdf7
4 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -17,5 +17,4 @@ quote = "1.0"
|
|||
syn = { version = "1.0", features = ["full"] }
|
||||
|
||||
[package.metadata.release]
|
||||
tag = false
|
||||
shared-version = true
|
||||
|
|
Loading…
Reference in a new issue