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