parent
51a2721b1d
commit
460e113147
@ -1,3 +1,7 @@
|
||||
[DEFAULT]
|
||||
buildrequires =
|
||||
/usr/bin/git
|
||||
unwanted-features =
|
||||
vendored-libgit2
|
||||
vendored-openssl
|
||||
zlib-ng-compat
|
||||
|
@ -1,20 +1,12 @@
|
||||
--- git2-0.13.20/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ git2-0.13.20/Cargo.toml 2021-11-28T08:05:09.962412+00:00
|
||||
@@ -46,7 +46,7 @@
|
||||
--- git2-0.13.24/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ git2-0.13.24/Cargo.toml 2021-11-28T16:12:00.235342+00:00
|
||||
@@ -44,9 +44,6 @@
|
||||
[dev-dependencies.tempfile]
|
||||
version = "3.1.0"
|
||||
|
||||
[dev-dependencies.thread-id]
|
||||
-[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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (git2-0.13.20.crate) = 2c0a9cf3391f4ea5eaa48c8fcc08a1cf27b877cc4960332bfdbb95620f9b161f720c35f87bf98e3771749a01444bf8e2337e6d8fc1a34962d4b041473115293f
|
||||
SHA512 (git2-0.13.24.crate) = 34d74a3102b752c6dcf7d3fd60888ce07abec5ea16e9ad9a3aa3381151474475e502362dd2b8ef661b46ed08098cb5ec9505a2c0f1642dfb6eda495e04db0371
|
||||
|
Loading…
Reference in new issue