Skip to content
Snippets Groups Projects
Commit da4456e9 authored by Aditya Belsare's avatar Aditya Belsare Committed by Automerger Merge Worker
Browse files

Enable feature std in ciborium-io am: 8e269e8e am: 6a90a30f am: fdec6a94 am: 9df5ae6b

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/ciborium-io/+/1976772

Change-Id: I5cdc8504ad2af33018179673e3f00184523acca2
parents 280d0e3e 9df5ae6b
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,8 @@ rust_library {
cargo_pkg_version: "0.2.0",
srcs: ["src/lib.rs"],
edition: "2021",
features: ["alloc"],
features: [
"alloc",
"std",
],
}
{
"device": true,
"features": "alloc,",
"features": "alloc,std,",
"run": true,
"dependencies": true
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment