diff --git a/Cargo.toml b/Cargo.toml index 4c35daa..142ea7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ version = "0.1.0" edition = "2021" rust-version = "1.75.0" -license = "BSL-1.1" +license = "BUSL-1.1" repository = "https://github.com/copyleftdev/gashammer" authors = ["Don Johnson "] diff --git a/deny.toml b/deny.toml index 25d18d6..f28e102 100644 --- a/deny.toml +++ b/deny.toml @@ -1,7 +1,4 @@ [advisories] -vulnerability = "deny" -unmaintained = "warn" -yanked = "warn" ignore = [] [licenses] @@ -13,7 +10,7 @@ allow = [ "ISC", "Unicode-3.0", "Unicode-DFS-2016", - "BSL-1.1", + "BUSL-1.1", "OpenSSL", "Zlib", "MPL-2.0",