Skip to content

Commit 353873f

Browse files
committed
chore: fix derive-more feature selection
1 parent 1390e29 commit 353873f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ bytes = "1"
145145
bytestring = "1"
146146
cfg-if = "1"
147147
cookie = { version = "0.16", features = ["percent-encode"], optional = true }
148-
derive_more = { version = "2", features = ["display", "error", "from"] }
148+
derive_more = { version = "2", features = ["as_ref", "deref", "deref_mut", "display", "error", "from"] }
149149
encoding_rs = "0.8"
150150
foldhash = "0.1"
151151
futures-core = { version = "0.3.17", default-features = false }

0 commit comments

Comments
 (0)