We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 908bb8e + 79dc67d commit 88a6b46Copy full SHA for 88a6b46
Cargo.toml
@@ -3,7 +3,7 @@ name = "const-sha1"
3
version = "0.3.0"
4
authors = ["Ryan Levick <[email protected]>"]
5
edition = "2018"
6
-license = "Apache-2.0/MIT"
+license = "MIT OR Apache-2.0"
7
repository = "https://github.com/rylev/const-sha1"
8
documentation = "https://docs.rs/const-sha1"
9
description = "A sha1 implementation for use in const contexts"
0 commit comments