mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-13 22:26:37 +00:00
Add reqwest_unstable as checked-cfg
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
4b18a61223
commit
5e54ed2e0d
1 changed files with 3 additions and 0 deletions
|
@ -136,3 +136,6 @@ ipconfig = { version = "0.3.2", optional = true, default-features = false }
|
|||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(reqwest_unstable)'] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue