aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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
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')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c91c4b..d0acb34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "bytes"
-version = "1.3.0"
+version = "1.4.0"
authors = [
"Carl Lerche <me@carllerche.com>",
"Sean McArthur <sean@seanmonstar.com>",