From 69769ec9dc70fedd660e48041d01f8230c811628 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Tue, 19 Apr 2022 12:44:43 +0200 Subject: [PATCH] (cargo-release) version 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- macros/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 843948b..5454411 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 5e2e2c2..5d3221b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index a6e62c1..5654ff3 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -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 "] repository = "https://github.com/jhbruhn/moonboot"