You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-libgit2-sys/libgit2-sys-fix-metadata.diff

24 lines
637 B

--- libgit2-sys-0.13.4+1.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libgit2-sys-0.13.4+1.4.2/Cargo.toml 2022-05-25T11:00:08.639367+00:00
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "libgit2-sys"
-version = "0.13.4+1.4.2"
+version = "0.13.4"
authors = [
"Josh Triplett <josh@joshtriplett.org>",
"Alex Crichton <alex@alexcrichton.com>",
@@ -58,11 +58,6 @@
ssh = ["libssh2-sys"]
ssh_key_from_memory = []
vendored = []
-vendored-openssl = ["openssl-sys/vendored"]
-zlib-ng-compat = [
- "libz-sys/zlib-ng",
- "libssh2-sys?/zlib-ng-compat",
-]
[target."cfg(unix)".dependencies.openssl-sys]
version = "0.9"