Loading libs/binder/rust/Cargo.toml +3 −2 Original line number Diff line number Diff line [package] name = "android-binder" version = "0.1.0" version = "0.1.1" edition = "2021" description = "Safe bindings to Android Binder, restricted to the NDK" license = "Apache-2.0" [dependencies] binder-ndk-sys = { package = "android-binder-ndk-sys", version = "0.1", path = "./sys" } downcast-rs = "1.2.1" downcast-rs = "2.0.1" libc = "0.2.159" zerocopy = {version = "0.8.25", features = ["alloc"] } [lints.rust.unexpected_cfgs] level = "warn" Loading Loading
libs/binder/rust/Cargo.toml +3 −2 Original line number Diff line number Diff line [package] name = "android-binder" version = "0.1.0" version = "0.1.1" edition = "2021" description = "Safe bindings to Android Binder, restricted to the NDK" license = "Apache-2.0" [dependencies] binder-ndk-sys = { package = "android-binder-ndk-sys", version = "0.1", path = "./sys" } downcast-rs = "1.2.1" downcast-rs = "2.0.1" libc = "0.2.159" zerocopy = {version = "0.8.25", features = ["alloc"] } [lints.rust.unexpected_cfgs] level = "warn" Loading