mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-14 17:45:50 +00:00
Changelog fix
This commit is contained in:
parent
3f645f2caf
commit
de906af7f9
4 changed files with 7 additions and 3 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
- Enable more features in build
|
||||
|
||||
## [0.1.0]
|
||||
|
||||
- Initial release!
|
||||
|
||||
<!-- next-url -->
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -223,7 +223,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|||
|
||||
[[package]]
|
||||
name = "moonboot"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"cortex-m",
|
||||
"crc",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "moonboot"
|
||||
description = "OTA Bootloader Construction Framework for Rust no_std environments"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
||||
|
|
|
@ -12,7 +12,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 = { path = "../", version = "0.1.0" }
|
||||
moonboot = { path = "../", version = "0.1.1" }
|
||||
|
||||
[package.metadata.release]
|
||||
tag = false
|
||||
|
|
Loading…
Reference in a new issue