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.
28 lines
995 B
28 lines
995 B
--- libgit2-sys-0.12.26+1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ libgit2-sys-0.12.26+1.3.0/Cargo.toml 2022-12-14T12:17:05.219300+00:00
|
|
@@ -12,13 +12,13 @@
|
|
[package]
|
|
edition = "2018"
|
|
name = "libgit2-sys"
|
|
-version = "0.12.26+1.3.0"
|
|
+version = "0.12.26"
|
|
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
|
|
build = "build.rs"
|
|
links = "git2"
|
|
exclude = ["libgit2/ci/*", "libgit2/docs/*", "libgit2/examples/*", "libgit2/fuzzers/*", "libgit2/tests/*"]
|
|
description = "Native bindings to the libgit2 library"
|
|
-license = "MIT/Apache-2.0"
|
|
+license = "MIT AND GPL-2.0-only WITH GCC-exception-2.0 AND BSD-3-Clause"
|
|
repository = "https://github.com/rust-lang/git2-rs"
|
|
|
|
[lib]
|
|
@@ -47,8 +47,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"
|
|
optional = true
|