summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-05-08 19:25:38 -0700
committerHaibo Huang <hhb@google.com>2020-05-08 19:25:38 -0700
commit0904a38177c572f947a9c209798f1a2de2dd0175 (patch)
treeaa835034353bac16bf73e5a0fdb89680fc883506 /Cargo.toml
parent4b3fa058d84cf02578aebe87cfe6baf54cbc0ac7 (diff)
downloadfutures-macro-0904a38177c572f947a9c209798f1a2de2dd0175.tar.gz
Upgrade rust/crates/futures-macro to 0.3.5
Test: None Change-Id: I5b034be0da4620474ff3388790c46dad9a525b6c
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 14dfe71..5fe82a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,11 +13,11 @@
[package]
edition = "2018"
name = "futures-macro"
-version = "0.3.4"
+version = "0.3.5"
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.0"
+documentation = "https://docs.rs/futures-macro/0.3.5"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"