aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 1407a68..5ab380b 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -3,16 +3,16 @@ name = "async-stream"
# When releasing to crates.io:
# - Update CHANGELOG.md
# - Create git tag
-version = "0.3.4"
+version = "0.3.5"
edition = "2018"
-rust-version = "1.45"
+rust-version = "1.56"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Asynchronous streams using async & await notation"
repository = "https://github.com/tokio-rs/async-stream"
[dependencies]
-async-stream-impl = { version = "=0.3.4", path = "../async-stream-impl" }
+async-stream-impl = { version = "=0.3.5", path = "../async-stream-impl" }
futures-core = "0.3"
pin-project-lite = "0.2"
@@ -20,5 +20,4 @@ pin-project-lite = "0.2"
futures-util = "0.3"
rustversion = "1"
tokio = { version = "1", features = ["full"] }
-tokio-test = "0.4"
trybuild = "1"