Skip to content

Commit f345739

Browse files
committed
Explicitly mark the license OR
1 parent 2268222 commit f345739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/num-integer"
55
homepage = "https://github.com/rust-num/num-integer"
66
keywords = ["mathematics", "numerics"]
77
categories = ["algorithms", "science", "no-std"]
8-
license = "MIT/Apache-2.0"
8+
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/rust-num/num-integer"
1010
name = "num-integer"
1111
version = "0.1.43"

0 commit comments

Comments
 (0)