Try to remove default features from "url" to compile on older Rusts
This commit is contained in:
parent
1998f7d859
commit
44c54ed3ce
5 changed files with 5 additions and 5 deletions
|
|
@ -24,4 +24,4 @@ rand = "0.8"
|
|||
tracing = "0.1.40"
|
||||
reqwest = { version = "0.12", default-features = false, features = ["json"] }
|
||||
bencode = { path = "../bencode", default-features = false, package = "librqbit-bencode", version = "3" }
|
||||
url = "2"
|
||||
url = { version = "2", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue