aboutsummaryrefslogtreecommitdiffstats
path: root/community/git-branchless/unbundle-sqlite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/git-branchless/unbundle-sqlite.patch')
-rw-r--r--community/git-branchless/unbundle-sqlite.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/git-branchless/unbundle-sqlite.patch b/community/git-branchless/unbundle-sqlite.patch
new file mode 100644
index 00000000000..e59e6fb291c
--- /dev/null
+++ b/community/git-branchless/unbundle-sqlite.patch
@@ -0,0 +1,21 @@
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -2088,7 +2087,6 @@
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+ checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
+ dependencies = [
+- "cc",
+ "pkg-config",
+ "vcpkg",
+ ]
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -84,7 +84,7 @@
+ portable-pty = "0.8.1"
+ rayon = "1.7.0"
+ regex = "1.9.3"
+-rusqlite = { version = "0.29.0", features = ["bundled"] }
++rusqlite = { version = "0.29.0" }
+ scm-bisect = { version = "0.1.0", path = "scm-bisect" }
+ scm-record = { version = "0.1.0", path = "scm-record" }
+ serde = { version = "1.0.168", features = ["derive"] }