Skip to content

Commit 5495e9b

Browse files
committed
fix building asyncgit alone
1 parent 425e9f0 commit 5495e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncgit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ log = "0.4"
2222
openssl-sys = { version = '0.9', features = ["vendored"], optional = true }
2323
rayon-core = "1.9"
2424
scopetime = { path = "../scopetime", version = "0.1" }
25-
serde = "1.0"
25+
serde = { version = "1.0", features = ["derive"] }
2626
shellexpand = "2.1"
2727
thiserror = "1.0"
2828
unicode-truncate = "0.2.0"

0 commit comments

Comments
 (0)