Procházet zdrojové kódy

docs(cargo.toml): explain vendored-libgit2

Refs: #192
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen před 2 roky
rodič
revize
d92602088c
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -62,6 +62,9 @@ features = ["format"]
 version = "0.18"
 optional = true
 default-features = false
+# This builds libgit2 into the binary to avoid dependency problems on systems
+# that don't have the required version of libgit2 yet.
+# See: https://github.com/eza-community/eza/pull/192
 features = ["vendored-libgit2"]
 
 [target.'cfg(unix)'.dependencies]