(cargo-release) version 0.1.2

This commit is contained in:
Jan-Henrik 2022-04-19 12:44:43 +02:00
parent d8658cf436
commit 69769ec9dc
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -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",

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.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 }

View file

@ -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"