Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 2, 2024
1 parent 9279277 commit eacc0c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ documentation = "https://github.com/mozilla/mozjpeg#readme"
license = "IJG AND Zlib AND BSD-3-Clause"
build = "src/build.rs"
links = "jpeg"
version = "2.2.0"
version = "2.2.1"
edition = "2021"
rust-version = "1.71"

[build-dependencies]
dunce = "1.0.4"

[build-dependencies.cc]
version = "1.0.81"
version = "1.1"

[build-dependencies.nasm-rs]
optional = true
Expand All @@ -31,7 +31,7 @@ name = "reencode"
path = "examples/reencode.rs"

[dependencies]
libc = "0.2.126"
libc = "0.2.150"

[features]
# If compiling for non-Intel platforms and `nasm` causes you grief, disable default features and use `with_simd` instead.
Expand Down Expand Up @@ -64,7 +64,7 @@ name = "mozjpeg_sys"
crate-type = ["staticlib", "lib"]

[dev-dependencies]
cloudflare-soos = "2.2.0"
cloudflare-soos = "2.3"
arrayvec = "0.7.4"

[package.metadata.docs.rs]
Expand Down

0 comments on commit eacc0c7

Please sign in to comment.