This commit is contained in:
Sean McArthur
2019-08-20 11:58:21 -07:00
parent 65244cb928
commit 13093a962a
2 changed files with 3 additions and 6 deletions
+2 -5
View File
@@ -1,17 +1,14 @@
[package]
name = "want"
version = "0.2.0" # remember to update html_root_url
version = "0.3.0" # remember to update html_root_url
description = "Detect when another Future wants a result."
keywords = ["futures", "channel"]
keywords = ["futures", "channel", "async"]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT"
repository = "https://github.com/seanmonstar/want"
homepage = "https://github.com/seanmonstar/want"
documentation = "https://docs.rs/want"
edition = "2018"
publish = false
[dependencies]
log = "0.4"
try-lock = "0.2"
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/want/0.2.0")]
#![doc(html_root_url = "https://docs.rs/want/0.3.0")]
#![deny(warnings)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]