lock libheif-sys version (#1183)

This commit is contained in:
Brendan Allan 2023-08-07 03:12:20 -07:00 committed by GitHub
parent 9883a191a4
commit 98f763134e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

7
Cargo.lock generated
View file

@ -3753,13 +3753,11 @@ dependencies = [
[[package]]
name = "libheif-sys"
version = "1.16.1"
version = "1.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8aa6b598db572d6d3e0a61b4009f03caf827010cd53248f6aeffb1180e9d53f"
checksum = "6af8b7a4151ae10f6d2e8684f7172c43f09c0258c84190fd9704422588ceec63"
dependencies = [
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
@ -7110,6 +7108,7 @@ version = "0.1.0"
dependencies = [
"image",
"libheif-rs",
"libheif-sys",
"thiserror",
]

View file

@ -8,5 +8,6 @@ edition = { workspace = true }
[dependencies]
libheif-rs = "0.19.2"
libheif-sys = "=1.14.2"
image = "0.24.6"
thiserror = "1.0.40"