From 5495e9bec321056ab3496b1a6c16f97db1e7e4ab Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 19 Nov 2022 17:48:56 +0100 Subject: [PATCH] fix building asyncgit alone --- asyncgit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 3399791a..a6e34232 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4" openssl-sys = { version = '0.9', features = ["vendored"], optional = true } rayon-core = "1.9" scopetime = { path = "../scopetime", version = "0.1" } -serde = "1.0" +serde = { version = "1.0", features = ["derive"] } shellexpand = "2.1" thiserror = "1.0" unicode-truncate = "0.2.0"