mirror of
https://github.com/openharmony/third_party_rust_want.git
synced 2026-06-30 20:57:55 -04:00
v0.3.0
This commit is contained in:
+2
-5
@@ -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
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user