Skip to content
Snippets Groups Projects
Commit 73385a71 authored by Eric Taseski's avatar Eric Taseski
Browse files

Merge ZP1A.240127.001

Change-Id: I5021bc75d7274542a1eb027e2d819dbfb46fd439
parents b6ef79af ef20efbf
No related branches found
No related tags found
No related merge requests found
{
"git": {
"sha1": "7d8f6e499db51fe52f5d3c2ce1d0e0be61c7eaa2"
}
}
"sha1": "fdf3ec5c53256000f8e12f06c361ca18026a8d99"
},
"path_in_vcs": "ciborium-io"
}
\ No newline at end of file
......@@ -23,7 +23,7 @@ rust_library {
host_supported: true,
crate_name: "ciborium_io",
cargo_env_compat: true,
cargo_pkg_version: "0.2.1",
cargo_pkg_version: "0.2.2",
srcs: ["src/lib.rs"],
edition: "2021",
features: [
......@@ -42,7 +42,7 @@ rust_library_rlib {
name: "libciborium_io_nostd",
crate_name: "ciborium_io",
cargo_env_compat: true,
cargo_pkg_version: "0.2.1",
cargo_pkg_version: "0.2.2",
srcs: ["src/lib.rs"],
edition: "2021",
features: ["alloc"],
......
......@@ -11,9 +11,9 @@
[package]
edition = "2021"
rust-version = "1.56"
rust-version = "1.58"
name = "ciborium-io"
version = "0.2.1"
version = "0.2.2"
authors = ["Nathaniel McCallum <npmccallum@profian.com>"]
description = "Simplified Read/Write traits for no_std usage"
homepage = "https://github.com/enarx/ciborium"
......
[package]
name = "ciborium-io"
version = "0.2.1"
version = "0.2.2"
authors = ["Nathaniel McCallum <npmccallum@profian.com>"]
license = "Apache-2.0"
edition = "2021"
rust-version = "1.56"
rust-version = "1.58"
homepage = "https://github.com/enarx/ciborium"
repository = "https://github.com/enarx/ciborium"
description = "Simplified Read/Write traits for no_std usage"
......
# This project was upgraded with external_updater.
# Usage: tools/external_updater/updater.sh update rust/crates/ciborium-io
# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
name: "ciborium-io"
description: "Simplified Read/Write traits for no_std usage"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/ciborium-io/0.2.0"
}
url {
type: ARCHIVE
value: "https://static.crates.io/crates/ciborium-io/ciborium-io-0.2.1.crate"
}
version: "0.2.1"
license_type: NOTICE
last_upgrade_date {
year: 2023
month: 6
day: 14
year: 2024
month: 1
day: 24
}
homepage: "https://crates.io/crates/ciborium-io/0.2.0"
identifier {
type: "Archive"
value: "https://static.crates.io/crates/ciborium-io/ciborium-io-0.2.2.crate"
version: "0.2.2"
}
}
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