summarylogtreecommitdiffstats
path: root/fix-libgit2-1.5-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-libgit2-1.5-compat.patch')
-rw-r--r--fix-libgit2-1.5-compat.patch93
1 files changed, 0 insertions, 93 deletions
diff --git a/fix-libgit2-1.5-compat.patch b/fix-libgit2-1.5-compat.patch
deleted file mode 100644
index 24a710dcef7a..000000000000
--- a/fix-libgit2-1.5-compat.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-diff --git a/Cargo.lock b/Cargo.lock
-index a848a5a..a14c5e6 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -170,8 +170,6 @@ checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
- [[package]]
- name = "cargo"
- version = "0.65.0"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "988ba7aa82c0944fd91d119ee24a5c1f865eb2797e0edd90f6c08c7252857ca5"
- dependencies = [
- "anyhow",
- "atty",
-@@ -259,8 +257,6 @@ dependencies = [
- [[package]]
- name = "cargo-platform"
- version = "0.1.2"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
- dependencies = [
- "serde",
- ]
-@@ -268,8 +264,6 @@ dependencies = [
- [[package]]
- name = "cargo-util"
- version = "0.2.1"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "eb66f33d96c58d1eef3a4744556ce0fae012b01165a3f171169a15cb4efc9633"
- dependencies = [
- "anyhow",
- "core-foundation",
-@@ -394,8 +388,6 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
- [[package]]
- name = "crates-io"
- version = "0.34.0"
--source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "6b4a87459133b2e708195eaab34be55039bc30e0d120658bd40794bb00b6328d"
- dependencies = [
- "anyhow",
- "curl",
-@@ -632,9 +624,9 @@ dependencies = [
-
- [[package]]
- name = "git2"
--version = "0.14.4"
-+version = "0.15.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c"
-+checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
- dependencies = [
- "bitflags",
- "libc",
-@@ -647,9 +639,9 @@ dependencies = [
-
- [[package]]
- name = "git2-curl"
--version = "0.15.0"
-+version = "0.16.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "1ee51709364c341fbb6fe2a385a290fb9196753bdde2fc45447d27cd31b11b13"
-+checksum = "ed817a00721e2f8037ba722e60358d4956dae9cca10315fc982f967907d3b0cd"
- dependencies = [
- "curl",
- "git2",
-@@ -865,9 +857,9 @@ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
-
- [[package]]
- name = "libgit2-sys"
--version = "0.13.4+1.4.2"
-+version = "0.14.0+1.5.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
--checksum = "d0fa6563431ede25f5cc7f6d803c6afbc1c5d3ad3d4925d12c882bf2b526f5d1"
-+checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
- dependencies = [
- "cc",
- "libc",
-diff --git a/Cargo.toml b/Cargo.toml
-index 8b0b81d..403202f 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -65,7 +65,7 @@
- version = "1.6"
-
- [dependencies.git2-curl]
--version = "0.15"
-+version = "0.16"
-
- [dependencies.itertools]
- version = "0.10"
-@@ -122,0 +122,3 @@
-+
-+[patch.crates-io]
-+cargo = { path = "../cargo-rust-1.64.0" }