mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-24 12:24:56 +00:00
sqlite3 bundled
This commit is contained in:
parent
a26eecd480
commit
3609bff264
@ -23,7 +23,6 @@ addons:
|
|||||||
# rga specific
|
# rga specific
|
||||||
- pandoc
|
- pandoc
|
||||||
- poppler-utils
|
- poppler-utils
|
||||||
- sqlite3
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
|
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -445,6 +445,7 @@ name = "libsqlite3-sys"
|
|||||||
version = "0.14.0"
|
version = "0.14.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
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)",
|
"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)",
|
"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"
|
chrono = "0.4.6"
|
||||||
encoding_rs = "0.8.17"
|
encoding_rs = "0.8.17"
|
||||||
encoding_rs_io = "0.1.6"
|
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"
|
size_format = "1.0.2"
|
||||||
structopt = "0.2.16"
|
structopt = "0.2.16"
|
||||||
paste = "0.1.5"
|
paste = "0.1.5"
|
||||||
|
@ -23,7 +23,7 @@ similar:
|
|||||||
rga should compile with stable Rust. To install it, simply run
|
rga should compile with stable Rust. To install it, simply run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt install build-essential pandoc poppler-utils sqlite3
|
apt install build-essential pandoc poppler-utils
|
||||||
cargo install ripgrep_all
|
cargo install ripgrep_all
|
||||||
|
|
||||||
rga --help
|
rga --help
|
||||||
|
Loading…
Reference in New Issue
Block a user