aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-03-02 16:57:46 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-03-02 16:57:46 +0100
commit4b13b9fde6dd5448f61840a7645c641759328fa4 (patch)
tree145fa12284b1e1e35d8d6ea02f129b9a88bcdfc1 /Cargo.toml.orig
parentf09945201081c0792c30590308b85291e2837bfb (diff)
downloadasync-stream-4b13b9fde6dd5448f61840a7645c641759328fa4.tar.gz
Upgrade async-stream to 0.3.4
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/async-stream For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I7665134401be77c4954e6f601974d3889e055973
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 2f31b77..1407a68 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -3,7 +3,7 @@ name = "async-stream"
# When releasing to crates.io:
# - Update CHANGELOG.md
# - Create git tag
-version = "0.3.3"
+version = "0.3.4"
edition = "2018"
rust-version = "1.45"
license = "MIT"
@@ -12,8 +12,9 @@ description = "Asynchronous streams using async & await notation"
repository = "https://github.com/tokio-rs/async-stream"
[dependencies]
-async-stream-impl = { version = "=0.3.3", path = "../async-stream-impl" }
+async-stream-impl = { version = "=0.3.4", path = "../async-stream-impl" }
futures-core = "0.3"
+pin-project-lite = "0.2"
[dev-dependencies]
futures-util = "0.3"