aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Drysdale <drysdale@google.com>2024-01-24 17:46:05 +0000
committerDavid Drysdale <drysdale@google.com>2024-01-24 17:46:05 +0000
commit5ac5c348237e4f04bb2a11aafbda4ac96a8d9ceb (patch)
tree300e9428ab7cffc314c3a1bb96c35d95f0c02467 /Cargo.toml
parent8dab05e2bc8e7f65b18420e27be2c0de77832684 (diff)
downloadciborium-io-5ac5c348237e4f04bb2a11aafbda4ac96a8d9ceb.tar.gz
Upgrade ciborium-io to 0.2.2
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/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I4ff58a99dbcff2fc3a27230de2651fe2fad91790
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"