mirror of
https://github.com/openharmony/third_party_rust_want.git
synced 2026-07-01 20:54:01 -04:00
v0.0.6
This commit is contained in:
+1
-1
@@ -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
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user