mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-15 01:55: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]]
|
[[package]]
|
||||||
name = "moonboot-macros"
|
name = "moonboot-macros"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-error",
|
"proc-macro-error",
|
||||||
"quote 1.0.18",
|
"quote 1.0.18",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
description = "Macros for moonboot bootloader framework"
|
description = "Macros for moonboot bootloader framework"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "moonboot-macros"
|
name = "moonboot-macros"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
||||||
repository = "https://github.com/jhbruhn/moonboot"
|
repository = "https://github.com/jhbruhn/moonboot"
|
||||||
|
|
Loading…
Reference in a new issue