Skip to content

Commit

Permalink
Rename async-https feature to async-https-native and deprecate (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose authored Nov 5, 2024
1 parent 8718248 commit 1024507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ nostr = { version = "0.25.0", default-features = false, features = ["std"] }
default = ["blocking", "async", "async-https"]
blocking = ["ureq", "ureq/socks"]
async = ["reqwest", "reqwest/socks"]
async-https = ["reqwest/default-tls", "async"]
async-https = ["async-https-native"] # deprecated
async-https-native = ["reqwest/default-tls", "async"]
async-https-rustls = ["reqwest/rustls-tls", "async"]

0 comments on commit 1024507

Please sign in to comment.