mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-14 17:45:50 +00:00
(cargo-release) version 0.1.2
This commit is contained in:
parent
d8658cf436
commit
69769ec9dc
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -246,7 +246,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "moonboot-macros"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"proc-macro-error",
|
||||
"quote 1.0.18",
|
||||
|
|
|
@ -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.1" }
|
||||
moonboot-macros = { path = "./macros", version = "0.1.2" }
|
||||
heapless = {version = "0.7", features = ["serde"] }
|
||||
serde = { version = "1.0", features = ["derive"], default-features = false, optional = true }
|
||||
cortex-m = { version = "0.7", optional = true }
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description = "Macros for moonboot bootloader framework"
|
||||
edition = "2021"
|
||||
name = "moonboot-macros"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
||||
repository = "https://github.com/jhbruhn/moonboot"
|
||||
|
|
Loading…
Reference in a new issue