We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425e9f0 commit 5495e9bCopy full SHA for 5495e9b
asyncgit/Cargo.toml
@@ -22,7 +22,7 @@ log = "0.4"
22
openssl-sys = { version = '0.9', features = ["vendored"], optional = true }
23
rayon-core = "1.9"
24
scopetime = { path = "../scopetime", version = "0.1" }
25
-serde = "1.0"
+serde = { version = "1.0", features = ["derive"] }
26
shellexpand = "2.1"
27
thiserror = "1.0"
28
unicode-truncate = "0.2.0"
0 commit comments