Skip to content

Commit

Permalink
update the license field in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Jun 1, 2024
1 parent 05c6014 commit b5c6017
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 @@ -4,7 +4,7 @@ version = "1.5.1"
authors = ["Jack O'Connor <[email protected]>", "Samuel Neves"]
description = "the BLAKE3 hash function"
repository = "https://github.com/BLAKE3-team/BLAKE3"
license = "CC0-1.0 OR Apache-2.0"
license = "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/blake3"
readme = "README.md"
edition = "2021"
Expand Down

0 comments on commit b5c6017

Please sign in to comment.