Skip to content

Commit 4194411

Browse files
authored
use SPDX license format (#95)
The use of `/` as a separator in the license field is deprecated. https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
1 parent ead7443 commit 4194411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "modular-bitfield"
33
version = "0.11.2"
44
edition = "2018"
55
authors = ["Robin Freyler <[email protected]>"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88

99
repository = "https://github.com/robbepop/modular-bitfield"

impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "modular-bitfield-impl"
33
version = "0.11.2"
44
edition = "2018"
55
authors = ["Robin Freyler <[email protected]>"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
readme = "../README.md"
88

99
repository = "https://github.com/robbepop/modular-bitfield"

0 commit comments

Comments
 (0)