Skip to content

Commit bd9bb5f

Browse files
committed
Sync the manifests
1 parent a214a8d commit bd9bb5f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

openblas-build/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
name = "openblas-build"
33
version = "0.1.1"
4-
authors = ["Toshiki Teramura <[email protected]>"]
4+
license = "Apache-2.0/MIT"
55
edition = "2018"
6-
7-
license = "MIT OR Apache-2.0"
8-
exclude = ["test_build/"]
9-
readme = "../README.md"
10-
11-
description = "OpenBLAS build helper"
6+
authors = [
7+
"Toshiki Teramura <[email protected]>",
8+
]
9+
description = "The package provides a build helper for OpenBLAS."
1210
documentation = "https://docs.rs/openblas-build"
13-
homepage = "https://github.com/blas-lapack-rs/openblas-src"
14-
repository = "https://github.com/blas-lapack-rs/openblas-src"
11+
homepage = "https://github.com/blas-lapack-rs/openblas-src"
12+
repository = "https://github.com/blas-lapack-rs/openblas-src"
13+
readme = "../README.md"
14+
exclude = ["test_build/"]
1515

1616
[dependencies]
1717
thiserror = "1.0.22"

openblas-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openblas-src"
33
version = "0.10.3"
4-
license = "MIT OR Apache-2.0"
4+
license = "Apache-2.0/MIT"
55
edition = "2018"
66
authors = [
77
"Corey Richardson <[email protected]>",

0 commit comments

Comments
 (0)