Skip to content

Commit baab923

Browse files
authoredApr 10, 2024··
Merge pull request #132 from paolobarbolini/spdx
Make license metadata SPDX compliant
2 parents 96dfef5 + 570be89 commit baab923

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
homepage = "https://github.com/unicode-rs/unicode-segmentation"
99
repository = "https://github.com/unicode-rs/unicode-segmentation"
1010

11-
license = "MIT/Apache-2.0"
11+
license = "MIT OR Apache-2.0"
1212
keywords = ["text", "unicode", "grapheme", "word", "boundary"]
1313
readme = "README.md"
1414
description = """
@@ -35,4 +35,5 @@ harness = false
3535

3636
[[bench]]
3737
name = "word_bounds"
38-
harness = false
38+
harness = false
39+

0 commit comments

Comments
 (0)
Please sign in to comment.