Skip to content

Commit

Permalink
really skip thiserror
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Nov 19, 2024
1 parent f3de5a8 commit dfe2d74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ name = "windows-sys"
# different sources of miniz_oxide which users will not generally see
name = "miniz_oxide"

[[bans.skip]]
# currently multiple version of thiserror in flight due to its major bump
[[bans.skip]]
name = "thiserror"
[[bans.skip]]
name = "thiserror-impl"

0 comments on commit dfe2d74

Please sign in to comment.