Skip to content

Commit

Permalink
Merge pull request #247 from SalOne22/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
SalOne22 committed Jul 29, 2024
2 parents 3c0050d + 55cee0c commit 51518c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ icc = ["dep:lcms2"]
console = ["dep:console"]

[dependencies]
zune-core = "0.5.0-rc1"
zune-core = "0.5.0-rc2"
log = "0.4.22"
zune-image = { version = "0.5.0-rc0", default-features = false }
fast_image_resize = { version = "3.0.4", optional = true }
imagequant = { version = "4.3.1", default-features = false, optional = true }
rgb = { version = "0.8.44", optional = true }
rgb = { version = "0.8.45", optional = true }
mozjpeg = { version = "0.10.7", default-features = false, features = [
"with_simd",
], optional = true }
Expand Down Expand Up @@ -123,5 +123,5 @@ console = { version = "0.15.8", optional = true }
glob = { version = "0.3.1", optional = true }

[dev-dependencies]
zune-core = { version = "0.5.0-rc1", features = ["std"] }
zune-core = { version = "0.5.0-rc2", features = ["std"] }
zune-image = "0.5.0-rc0"

0 comments on commit 51518c6

Please sign in to comment.