aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
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"