From 9550d367e77b08ba0deed9f38ecd687747e54f0e Mon Sep 17 00:00:00 2001 From: bkioshn <35752733+bkioshn@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:03:28 +0700 Subject: [PATCH] fix: add mit-0 license (#332) Signed-off-by: bkioshn --- earthly/rust/stdcfgs/deny.toml | 1 + examples/rust/deny.toml | 1 + utilities/dbviz/deny.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/earthly/rust/stdcfgs/deny.toml b/earthly/rust/stdcfgs/deny.toml index 26ec8794b..77f0259f1 100644 --- a/earthly/rust/stdcfgs/deny.toml +++ b/earthly/rust/stdcfgs/deny.toml @@ -79,6 +79,7 @@ allow = [ "Unicode-3.0", "MPL-2.0", "Zlib", + "MIT-0", ] exceptions = [ #{ allow = ["Zlib"], crate = "tinyvec" }, diff --git a/examples/rust/deny.toml b/examples/rust/deny.toml index 26ec8794b..77f0259f1 100644 --- a/examples/rust/deny.toml +++ b/examples/rust/deny.toml @@ -79,6 +79,7 @@ allow = [ "Unicode-3.0", "MPL-2.0", "Zlib", + "MIT-0", ] exceptions = [ #{ allow = ["Zlib"], crate = "tinyvec" }, diff --git a/utilities/dbviz/deny.toml b/utilities/dbviz/deny.toml index 26ec8794b..77f0259f1 100644 --- a/utilities/dbviz/deny.toml +++ b/utilities/dbviz/deny.toml @@ -79,6 +79,7 @@ allow = [ "Unicode-3.0", "MPL-2.0", "Zlib", + "MIT-0", ] exceptions = [ #{ allow = ["Zlib"], crate = "tinyvec" },