aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:52:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:52:18 +0000
commit4ff8eb1560ec5dd9ddf3f565980ded4a9d5d8d52 (patch)
tree300e9428ab7cffc314c3a1bb96c35d95f0c02467
parent8249901c54b43f50f2ded407bfae61cfb141daed (diff)
parent5ac5c348237e4f04bb2a11aafbda4ac96a8d9ceb (diff)
downloadciborium-io-simpleperf-release.tar.gz
Snap for 11400057 from 5ac5c348237e4f04bb2a11aafbda4ac96a8d9ceb to simpleperf-releasesimpleperf-release
Change-Id: I3e3ae18b19f8cdbf7197fbfbcd80d97187378398
-rw-r--r--.cargo_vcs_info.json7
-rw-r--r--Android.bp4
-rw-r--r--Cargo.toml4
-rw-r--r--Cargo.toml.orig4
-rw-r--r--METADATA23
5 files changed, 20 insertions, 22 deletions
diff --git a/.cargo_vcs_info.json b/.cargo_vcs_info.json
index 4212810..8ffbb09 100644
--- a/.cargo_vcs_info.json
+++ b/.cargo_vcs_info.json
@@ -1,5 +1,6 @@
{
"git": {
- "sha1": "7d8f6e499db51fe52f5d3c2ce1d0e0be61c7eaa2"
- }
-}
+ "sha1": "fdf3ec5c53256000f8e12f06c361ca18026a8d99"
+ },
+ "path_in_vcs": "ciborium-io"
+} \ No newline at end of file
diff --git a/Android.bp b/Android.bp
index 4957fee..bf9ab36 100644
--- a/Android.bp
+++ b/Android.bp
@@ -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"],
diff --git a/Cargo.toml b/Cargo.toml
index f118279..e5dbc39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 56c3c78..d66bf51 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,10 +1,10 @@
[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"
diff --git a/METADATA b/METADATA
index e3ddab3..81419cb 100644
--- a/METADATA
+++ b/METADATA
@@ -1,23 +1,20 @@
# 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"
}
}