diff --git a/.travis.yml b/.travis.yml index aa0b8ab..cb685d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ addons: # rga specific - pandoc - poppler-utils - - sqlite3 matrix: fast_finish: true include: diff --git a/Cargo.lock b/Cargo.lock index b60f169..cbaf579 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", ] diff --git a/Cargo.toml b/Cargo.toml index 3b3dd07..2cf8c8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 871a7f7..6ce5b92 100644 --- a/README.md +++ b/README.md @@ -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