aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cicada/unbundle-sqlite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cicada/unbundle-sqlite.patch')
-rw-r--r--testing/cicada/unbundle-sqlite.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/cicada/unbundle-sqlite.patch b/testing/cicada/unbundle-sqlite.patch
deleted file mode 100644
index 148db21ae05..00000000000
--- a/testing/cicada/unbundle-sqlite.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/Cargo.toml b/Cargo.toml
-index 66f9b68..accf99a 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -42,7 +42,6 @@ features = ["std"]
-
- [dependencies.rusqlite]
- version = "0.26.0"
--features = ["bundled"]
-
- [build-dependencies]
- chrono = "0.4"
-
-diff --git a/Cargo.lock b/Cargo.lock
-index 2629807..53810dd 100644
---- a/Cargo.lock
-+++ b/Cargo.lock
-@@ -376,7 +376,6 @@ version = "0.23.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
- dependencies = [
-- "cc",
- "pkg-config",
- "vcpkg",
- ]