From 35785d353966419f5fd1c63b8a8a4b55dfba0d76 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sat, 22 Apr 2017 15:09:44 +0200 Subject: [PATCH] Add cargo realse to .toml --- Cargo.toml | 3 --- ash/Cargo.toml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) 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