This commit is contained in:
Sean McArthur
2018-06-29 11:36:56 -07:00
parent a613fc7697
commit 5322fe042d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "want"
version = "0.0.5" # remember to update html_root_url
version = "0.0.6" # remember to update html_root_url
description = "Detect when another Future wants a result."
keywords = ["futures", "channel"]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/want/0.0.5")]
#![doc(html_root_url = "https://docs.rs/want/0.0.6")]
#![deny(warnings)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]