`dlopen2 0.7`

This commit is contained in:
Jack Grigg 2024-04-18 13:49:38 +00:00
parent e67ff35f5e
commit 2ffd7a2ea1
2 changed files with 3 additions and 3 deletions

View File

@ -391,9 +391,9 @@ dependencies = [
[[package]]
name = "dlopen2"
version = "0.6.1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bc2c7ed06fd72a8513ded8d0d2f6fd2655a85d6885c48cae8625d80faf28c03"
checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
dependencies = [
"dlopen2_derive",
"libc",

View File

@ -41,7 +41,7 @@ tracing = "0.1"
tracing-subscriber = "0.3"
# Conditional access to newer NDK features
dlopen2 = "0.6"
dlopen2 = "0.7"
libc = "0.2"
## Uncomment this to test librustzcash changes locally