sqlite3 bundled

pull/11/head
phiresky 5 years ago
parent a26eecd480
commit 3609bff264

@ -23,7 +23,6 @@ addons:
# rga specific
- pandoc
- poppler-utils
- sqlite3
matrix:
fast_finish: true
include:

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"

@ -23,7 +23,7 @@ similar:
rga should compile with stable Rust. To install it, simply run
```bash
apt install build-essential pandoc poppler-utils sqlite3
apt install build-essential pandoc poppler-utils
cargo install ripgrep_all
rga --help

Loading…
Cancel
Save