Skip to content

Commit

Permalink
Merge pull request #22 from Schmiddiii/update-gdk-pixbuf
Browse files Browse the repository at this point in the history
Update gdk-pixbuf
  • Loading branch information
rubdos committed Jul 30, 2024
2 parents 9656607 + e1f9bdc commit 2135e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
image = { version = ">= 0.23, <= 0.25", optional = true }
gdk-pixbuf = { version = ">= 0.18, <= 0.19", optional = true }
gdk-pixbuf = { version = ">= 0.18, <= 0.20", optional = true }

[dev-dependencies]
image = ">= 0.23, <= 0.25"
Expand Down

0 comments on commit 2135e10

Please sign in to comment.