parent
39620e8cea
commit
04d9ac7ada
@ -0,0 +1 @@
|
|||||||
|
SOURCES/git2-0.13.25.crate
|
@ -0,0 +1 @@
|
|||||||
|
c7a3b7fb437d07913fd53e3ee72e32582681d4d4 SOURCES/git2-0.13.25.crate
|
@ -0,0 +1,7 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
buildrequires =
|
||||||
|
/usr/bin/git
|
||||||
|
unwanted-features =
|
||||||
|
vendored-libgit2
|
||||||
|
vendored-openssl
|
||||||
|
zlib-ng-compat
|
Binary file not shown.
@ -0,0 +1,20 @@
|
|||||||
|
--- git2-0.13.20/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||||
|
+++ git2-0.13.20/Cargo.toml 2022-07-08T13:13:18.566459+00:00
|
||||||
|
@@ -46,7 +46,7 @@
|
||||||
|
version = "3.1.0"
|
||||||
|
|
||||||
|
[dev-dependencies.thread-id]
|
||||||
|
-version = "3.3.0"
|
||||||
|
+version = "4"
|
||||||
|
|
||||||
|
[dev-dependencies.time]
|
||||||
|
version = "0.1.39"
|
||||||
|
@@ -57,8 +57,6 @@
|
||||||
|
ssh = ["libgit2-sys/ssh"]
|
||||||
|
ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]
|
||||||
|
unstable = []
|
||||||
|
-vendored-openssl = ["openssl-sys/vendored"]
|
||||||
|
-zlib-ng-compat = ["libgit2-sys/zlib-ng-compat"]
|
||||||
|
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
|
||||||
|
version = "0.1"
|
||||||
|
optional = true
|
Loading…
Reference in new issue