Skip to content

Commit

Permalink
Bump gif to 0.12 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Oct 14, 2023
1 parent 3da8271 commit 4db78ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- eval: (cargo-minor-mode 1) -*-

[workspace]
resolver = "2"
members = [
"lottieconv",
"rlottie",
Expand Down
2 changes: 1 addition & 1 deletion lottieconv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ webp = ["dep:webp-animation"]

[dependencies]
clap = { version = "4.0", features = ["derive"], optional = true }
gif_crate = { package = "gif", version = "0.11.3", optional = true }
gif_crate = { package = "gif", version = "0.12", optional = true }
rgb = { version = "0.8.32", default-features = false }
rlottie = { path = "../rlottie", version = "0.5.2" }
webp-animation = { version = "0.9", optional = true }

0 comments on commit 4db78ce

Please sign in to comment.