diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 2c75727c..d2ed63dc 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -7,7 +7,7 @@ version = "1.0.0" rust-version = "1.65.0" authors = ["ryan "] edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" readme = "../../README.md" # These MUST remain even if they're not needed in recent versions because diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index d55fa9ac..852d0229 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -7,7 +7,7 @@ version = "0.13.0" rust-version = "1.65.0" authors = ["ryan "] edition = "2021" -license = "GPL-3.0" +license = "GPL-3.0-only" [dependencies] async-trait = "0.1.68"