Skip to content

Commit 88a6b46

Browse files
authored
Merge pull request #12 from paolobarbolini/spdx
Make license metadata SPDX compliant
2 parents 908bb8e + 79dc67d commit 88a6b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "const-sha1"
33
version = "0.3.0"
44
authors = ["Ryan Levick <[email protected]>"]
55
edition = "2018"
6-
license = "Apache-2.0/MIT"
6+
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rylev/const-sha1"
88
documentation = "https://docs.rs/const-sha1"
99
description = "A sha1 implementation for use in const contexts"

0 commit comments

Comments
 (0)