mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: disable url default features (#13191)
This commit is contained in:
@ -41,7 +41,8 @@ std = [
|
||||
"alloy-rlp/std",
|
||||
"secp256k1?/std",
|
||||
"serde_with/std",
|
||||
"thiserror/std"
|
||||
"thiserror/std",
|
||||
"url/std"
|
||||
]
|
||||
secp256k1 = ["dep:secp256k1", "enr/secp256k1"]
|
||||
net = ["dep:tokio", "tokio?/net"]
|
||||
|
||||
Reference in New Issue
Block a user