aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-02-15 19:31:55 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-02-15 19:31:55 +0100
commit07286a835f57d6d4f55e79ecbc62fcaa12d54e50 (patch)
tree3efb3fc7a75820446adc84e3eed6a22c9a300322 /Cargo.toml.orig
parent5309249612fab0f62ebb1ec133ac7ba796d8b5e3 (diff)
downloadbytes-07286a835f57d6d4f55e79ecbc62fcaa12d54e50.tar.gz
Upgrade bytes to 1.4.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: I3c895d5bfc3a552a69de22f9d904adbd00e4aeee
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 9efd8a1..4a96ec1 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.3.0"
+version = "1.4.0"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",