diff --git a/Cargo.toml b/Cargo.toml index 8419dc2..d99ff9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,3 @@ members = [ "examples", "ash" ] - -[package.metadata.release] -no-dev-version = true \ No newline at end of file diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 164a9a8..4793595 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -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 \ No newline at end of file