Skip to content

Commit

Permalink
fix building asyncgit alone
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Nov 19, 2022
1 parent 425e9f0 commit 5495e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncgit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5495e9b

Please sign in to comment.