Skip to content

Commit

Permalink
Add libsqlite3-sys with the bundled version
Browse files Browse the repository at this point in the history
  • Loading branch information
theredfish committed Aug 20, 2017
1 parent 6c5a27f commit 3f7c365
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diesel_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ diesel = { version = "0.15.0", default-features = false }
dotenv = ">=0.8, <0.11"
diesel_infer_schema = "0.15.0"
clippy = { optional = true, version = "=0.0.138" }
libsqlite3-sys = { version = ">=0.8.0, <0.9.0", features = ["min_sqlite_version_3_7_16", "bundled"] }

[dev-dependencies]
tempdir = "0.3.4"
Expand Down

0 comments on commit 3f7c365

Please sign in to comment.