Skip to content

Commit

Permalink
Make license metadata SPDX compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Apr 10, 2024
1 parent 908bb8e commit 79dc67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "const-sha1"
version = "0.3.0"
authors = ["Ryan Levick <[email protected]>"]
edition = "2018"
license = "Apache-2.0/MIT"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rylev/const-sha1"
documentation = "https://docs.rs/const-sha1"
description = "A sha1 implementation for use in const contexts"
Expand Down

0 comments on commit 79dc67d

Please sign in to comment.