diff --git a/zstd-safe/Cargo.toml b/zstd-safe/Cargo.toml index 87d2479e..d325e775 100644 --- a/zstd-safe/Cargo.toml +++ b/zstd-safe/Cargo.toml @@ -7,7 +7,7 @@ description = "Safe low-level bindings for the zstd compression library." keywords = ["zstd", "zstandard", "compression"] categories = ["api-bindings", "compression"] repository = "https://github.com/gyscos/zstd-rs" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "Readme.md" edition = "2018" rust-version = "1.64"