summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-25 23:16:21 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-25 23:16:21 -0700
commit59dc2750ca7f40a52fb615f675afe5bd0af62a49 (patch)
tree92cfd4269ba99875e074d73f8e8595b1a514c7d1 /Cargo.toml.orig
parentbb7b64f45bb3c6b50a7e9bcbb7e00ec61483479a (diff)
downloadfutures-macro-59dc2750ca7f40a52fb615f675afe5bd0af62a49.tar.gz
Upgrade rust/crates/futures-macro to 0.3.7
Test: make all rust crates Change-Id: Iacc8f1e423f43b021917aca095c07a2f56e32222
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index f305e8f..07fa2da 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,12 +1,12 @@
[package]
name = "futures-macro"
edition = "2018"
-version = "0.3.5"
+version = "0.3.7"
authors = ["Taylor Cramer <cramertj@google.com>", "Taiki Endo <te316e89@gmail.com>"]
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-macro/0.3.5"
+documentation = "https://docs.rs/futures-macro/0.3.7"
description = """
The futures-rs procedural macro implementations.
"""