Skip to content

Commit d320527

Browse files
committed
fixes license check
1 parent d18038c commit d320527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ targets = [
3838
# they are connected to another crate in the graph that hasn't been pruned,
3939
# so it should be used with care. The identifiers are [Package ID Specifications]
4040
# (https://doc.rust-lang.org/cargo/reference/pkgid-spec.html)
41-
#exclude = []
41+
exclude = ["mongodb"]
4242
# If true, metadata will be collected with `--all-features`. Note that this can't
4343
# be toggled off if true, if you want to conditionally enable `--all-features` it
4444
# is recommended to pass `--all-features` on the cmd line instead

0 commit comments

Comments
 (0)