Skip to content

Commit

Permalink
Merge pull request #280 from Eh2406/windows
Browse files Browse the repository at this point in the history
try to add sqlite3 to Appveyor
  • Loading branch information
pietroalbini authored Jul 13, 2018
2 parents 39c57fb + 47b8bce commit 549847c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ walkdir = "2"
winapi = "0.3"
regex = "0.2.10"
ring = "0.12.1"
rusqlite = { version = "0.13.0", features = ["chrono"] }
rusqlite = { version = "0.13.0", features = ["chrono", "bundled"] }
r2d2 = "0.8.2"
r2d2_sqlite = "0.5.0"
base64 = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ install:
build: false

test_script:
- cargo check
- cargo build

0 comments on commit 549847c

Please sign in to comment.