mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-14 17:45:50 +00:00
(cargo-release) version 0.1.1
This commit is contained in:
parent
85fe0971c9
commit
3f645f2caf
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue