Skip to content

Commit

Permalink
Prepare to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cykooz committed Nov 12, 2024
1 parent b7587ba commit 1b5f737
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 @@ -14,7 +14,7 @@ build = "build.rs"


[dependencies]
libc = "0.2"
libc = "0.2.162"


[features]
Expand All @@ -27,10 +27,10 @@ embedded-libheif-plugins = ["compile-libheif"]


[build-dependencies]
pkg-config = "0.3"
prettyplease = { version = "0.2", optional = true }
pkg-config = "0.3.31"
prettyplease = { version = "0.2.25", optional = true }
bindgen = { version = "0.70.1", optional = true }
cmake = { version = "0.1.50", optional = true }
cmake = { version = "0.1.51", optional = true }


[target.'cfg(windows)'.build-dependencies]
Expand Down

0 comments on commit 1b5f737

Please sign in to comment.