diff options
Diffstat (limited to 'misc/gitlogue/files/patch-Cargo.toml')
| -rw-r--r-- | misc/gitlogue/files/patch-Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/gitlogue/files/patch-Cargo.toml b/misc/gitlogue/files/patch-Cargo.toml new file mode 100644 index 000000000000..cadb63835120 --- /dev/null +++ b/misc/gitlogue/files/patch-Cargo.toml @@ -0,0 +1,11 @@ +--- Cargo.toml.orig 2025-11-27 19:56:36 UTC ++++ Cargo.toml +@@ -24,7 +24,7 @@ exclude = [ + ] + + [dependencies] +-git2 = { version = "0.20", features = ["vendored-openssl", "vendored-libgit2"] } ++git2 = { version = "0.20", features = ["vendored-libgit2"] } + ratatui = "0.29" + crossterm = "0.29" + tree-sitter = "0.25" |
