mirror of
https://github.com/actix/actix-web.git
synced 2025-04-24 10:44:08 +00:00
chore: fix derive-more feature selection
This commit is contained in:
parent
1390e29705
commit
353873fc04
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ bytes = "1"
|
|||
bytestring = "1"
|
||||
cfg-if = "1"
|
||||
cookie = { version = "0.16", features = ["percent-encode"], optional = true }
|
||||
derive_more = { version = "2", features = ["display", "error", "from"] }
|
||||
derive_more = { version = "2", features = ["as_ref", "deref", "deref_mut", "display", "error", "from"] }
|
||||
encoding_rs = "0.8"
|
||||
foldhash = "0.1"
|
||||
futures-core = { version = "0.3.17", default-features = false }
|
||||
|
|
Loading…
Reference in a new issue