(cargo-release) version 0.1.1

This commit is contained in:
Jan-Henrik 2022-04-19 12:29:54 +02:00
parent 85fe0971c9
commit 3f645f2caf
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -246,7 +246,7 @@ dependencies = [
[[package]]
name = "moonboot-macros"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"proc-macro-error",
"quote 1.0.18",

View file

@ -2,7 +2,7 @@
description = "Macros for moonboot bootloader framework"
edition = "2021"
name = "moonboot-macros"
version = "0.1.0"
version = "0.1.1"
license = "MIT OR Apache-2.0"
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
repository = "https://github.com/jhbruhn/moonboot"