mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
sqlite3 bundled
This commit is contained in:
parent
a26eecd480
commit
3609bff264
@ -23,7 +23,6 @@ addons:
|
||||
# rga specific
|
||||
- pandoc
|
||||
- poppler-utils
|
||||
- sqlite3
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
|
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -445,6 +445,7 @@ name = "libsqlite3-sys"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
@ -37,7 +37,7 @@ tar = "0.4.26"
|
||||
chrono = "0.4.6"
|
||||
encoding_rs = "0.8.17"
|
||||
encoding_rs_io = "0.1.6"
|
||||
rusqlite = { version = "0.18.0", features=["vtab"] } # "bundled"
|
||||
rusqlite = { version = "0.18.0", features=["vtab", "bundled"] }
|
||||
size_format = "1.0.2"
|
||||
structopt = "0.2.16"
|
||||
paste = "0.1.5"
|
||||
|
Loading…
Reference in New Issue
Block a user