Skip to content

Commit e9ac988

Browse files
committed
dude
1 parent e78c760 commit e9ac988

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
@@ -47,7 +47,7 @@ deny = [
4747

4848
skip = [
4949
{ name = "ahash" }, # Popular crate + fast release schedule = lots of crates still using old versions
50-
{ name = "base64" }, # Too popular
50+
{ name = "base64" }, # Too popular
5151
{ name = "cargo_metadata" }, # Older version used by ply-rs. It's small, and it's build-time only!
5252
{ name = "foreign-types" }, # used for cocoa bindings. wgpu uses newer than eframe.
5353
{ name = "foreign-types-shared" }, # used for cocoa bindings. wgpu uses newer than eframe.

0 commit comments

Comments
 (0)