Skip to content

Commit

Permalink
Don't check the bans for the internal macros crate
Browse files Browse the repository at this point in the history
iddm committed Dec 5, 2023
1 parent 535cc2e commit f152f91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -281,6 +281,10 @@ include-dependencies = true
name = "redis-module-macros"
allow-globs = ["*"]

[[bans.build.bypass]]
name = "redis-module-macros-internals"
allow-globs = ["*"]

[[bans.build.bypass]]
name = "libloading"
allow-globs = ["*"]

0 comments on commit f152f91

Please sign in to comment.