Skip to content

Commit afffa0b

Browse files
committed
Add derive feature for serde in fetcher
1 parent c519a5c commit afffa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromiumoxide_fetcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tokio = { version = "1", features = ["rt", "fs", "process", "macros"] }
3131
thiserror = "1"
3232
anyhow = "1"
3333
directories = "6"
34-
serde = "1"
34+
serde = { version = "1", features = ["derive"] }
3535
tracing = "0.1"
3636
zip = { version = "0.6", default-features = false, features = ["deflate"] }
3737
async-std = { version = "1.5", features = ["unstable"], optional = true }

0 commit comments

Comments
 (0)