mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-15 01:55:50 +00:00
Only tag main package
This commit is contained in:
parent
babaf0a6f9
commit
673726b43d
2 changed files with 6 additions and 0 deletions
|
@ -13,3 +13,6 @@ keywords = ["embedded", "no_std", "bootloader", "framework", "ota", "fota", "upd
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
moonboot = { path = "../", version = "0.1.0-dev" }
|
moonboot = { path = "../", version = "0.1.0-dev" }
|
||||||
|
|
||||||
|
[package.metadata.release]
|
||||||
|
tag = false
|
||||||
|
|
|
@ -15,3 +15,6 @@ proc-macro = true
|
||||||
proc-macro-error = "1.0"
|
proc-macro-error = "1.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
syn = { version = "1.0", features = ["full"] }
|
syn = { version = "1.0", features = ["full"] }
|
||||||
|
|
||||||
|
[package.metadata.release]
|
||||||
|
tag = false
|
||||||
|
|
Loading…
Reference in a new issue