aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-12-08 09:42:43 +0100
committerJeff Vander Stoep <jeffv@google.com>2022-12-08 09:48:48 +0100
commit61e66a44bc92c925ada24e2765572e5de1b827fe (patch)
treef076aa0469c4503eed1329b45d8a42af241ffb3b /Cargo.toml.orig
parenta8cac4dbb79bd0c8317dc7e8442cd02578df10ca (diff)
downloadbytes-61e66a44bc92c925ada24e2765572e5de1b827fe.tar.gz
Upgrade bytes to 1.3.0
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/bytes For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Ifc6693cab6343ed5bcd70b718bb4b99c447783ea
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 2b7e32b..9efd8a1 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -4,7 +4,7 @@ name = "bytes"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create "v1.x.y" git tag.
-version = "1.1.0"
+version = "1.3.0"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",