aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 00:20:44 +0000
committerDavid LeGare <legare@google.com>2022-03-02 00:20:44 +0000
commitf7dc9c1e422a35a714d514f036f6fa506f6eadc1 (patch)
tree4bd872c7931921cfe12cc2fa1b72915778e481d3 /Cargo.toml.orig
parentb45a6c57b861d2295096f86510d454228043dd40 (diff)
downloadfutures-channel-f7dc9c1e422a35a714d514f036f6fa506f6eadc1.tar.gz
Update futures-channel to 0.3.21
Test: cd external/rust/crates && atest --host -c Change-Id: I9c1e17e5ea84d783817d5e69955f4c685e005721
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 6bd240c..f356eab 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,12 +1,11 @@
[package]
name = "futures-channel"
+version = "0.3.21"
edition = "2018"
-version = "0.3.17"
-authors = ["Alex Crichton <alex@alexcrichton.com>"]
+rust-version = "1.45"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
-documentation = "https://docs.rs/futures-channel/0.3"
description = """
Channels for asynchronous communication using futures-rs.
"""
@@ -23,8 +22,8 @@ unstable = []
cfg-target-has-atomic = []
[dependencies]
-futures-core = { path = "../futures-core", version = "0.3.17", default-features = false }
-futures-sink = { path = "../futures-sink", version = "0.3.17", default-features = false, optional = true }
+futures-core = { path = "../futures-core", version = "0.3.21", default-features = false }
+futures-sink = { path = "../futures-sink", version = "0.3.21", default-features = false, optional = true }
[dev-dependencies]
futures = { path = "../futures", default-features = true }