Use dlopen2 as that's maintained

main
Floris Bruynooghe 2 years ago
parent 7a257095ba
commit 8e8ebb974d
No known key found for this signature in database
  1. 4
      Cargo.toml

@ -15,8 +15,8 @@ libc = "0.2"
[target.'cfg(target_os = "android")'.dependencies]
# DL Open
dlopen = "0.1.8"
once_cell = "1.17.1"
dlopen2 = "0.4"
once_cell = "1"
# netlink
netlink-packet-core = "0.5"
netlink-packet-route = "0.15"

Loading…
Cancel
Save