We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45a854 commit 161237bCopy full SHA for 161237b
openblas-build/Cargo.toml
@@ -18,3 +18,6 @@ exclude = [
18
[dependencies]
19
thiserror = "1.0.22"
20
walkdir = "2.3.1"
21
+
22
+[package.metadata.release]
23
+no-dev-version = true
openblas-src/Cargo.toml
@@ -56,3 +56,6 @@ vcpkg = "0.2"
56
[target.'cfg(target_os="linux")'.build-dependencies.openblas-build]
57
version = "0.1.1"
58
path = "../openblas-build"
59
60
61
0 commit comments