diff --git a/Cargo.toml b/Cargo.toml index c01ce45..a433bed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ libc = "0.2" [target.'cfg(target_os = "android")'.dependencies] # DL Open -dlopen2 = "0.4" +dlopen2 = { version = "0.4", default-features = false } once_cell = "1" # netlink netlink-packet-core = "0.5"