summaryrefslogtreecommitdiff
path: root/Cargo.toml
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
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')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5fe82a1..2a555db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,11 +13,11 @@
[package]
edition = "2018"
name = "futures-macro"
-version = "0.3.5"
+version = "0.3.7"
authors = ["Taylor Cramer <cramertj@google.com>", "Taiki Endo <te316e89@gmail.com>"]
description = "The futures-rs procedural macro implementations.\n"
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"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"