Add cargo realse to .toml
This commit is contained in:
parent
f5b04a888d
commit
35785d3539
|
@ -3,6 +3,3 @@ members = [
|
|||
"examples",
|
||||
"ash"
|
||||
]
|
||||
|
||||
[package.metadata.release]
|
||||
no-dev-version = true
|
|
@ -12,3 +12,6 @@ documentation = "https://docs.rs/ash"
|
|||
[dependencies]
|
||||
shared_library = "0.1.5"
|
||||
lazy_static = "0.2.1"
|
||||
|
||||
[package.metadata.release]
|
||||
no-dev-version = true
|
Loading…
Reference in a new issue