Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82472d9c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "rust: Fix cargo build" into main

parents e9bec578 e0225e6d
Loading
Loading
Loading
Loading
+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"