Skip to content

Commit f853167

Browse files
Add exception for the duplicate version of bitflags that the png crate requires
Per image-rs/image-png#400, updating the png crate for the new bitflags would cause a breaking change. Looks like the maintainers want to wait. Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/1003>
1 parent 41ed011 commit f853167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ deny = [
120120

121121
# Certain crates/versions that will be skipped when doing duplicate detection.
122122
skip = [
123+
{ crate = "[email protected]", reason = "will cause breaking change in png crate https://github.com/image-rs/image-png/pull/400" },
123124
124125
#{ crate = "[email protected]", reason = "you can specify a reason why it can't be updated/removed" },
125126
]

0 commit comments

Comments
 (0)