Skip to content

Commit 161237b

Browse files
committed
no-dev-version for cargo-release
1 parent b45a854 commit 161237b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

openblas-build/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ exclude = [
1818
[dependencies]
1919
thiserror = "1.0.22"
2020
walkdir = "2.3.1"
21+
22+
[package.metadata.release]
23+
no-dev-version = true

openblas-src/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ vcpkg = "0.2"
5656
[target.'cfg(target_os="linux")'.build-dependencies.openblas-build]
5757
version = "0.1.1"
5858
path = "../openblas-build"
59+
60+
[package.metadata.release]
61+
no-dev-version = true

0 commit comments

Comments
 (0)