Skip to content

Commit

Permalink
Removed rusqlite dependency for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Jun 13, 2022
1 parent 0afea5d commit 5b2dc4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
61 changes: 0 additions & 61 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ regex = "1.5.6"
ureq = "2.4.0"
color-eyre = "0.6.1"

[target.'cfg(windows)'.dependencies]
rusqlite = { version = "0.27.0", features = [ "winsqlite3"] }

[[bin]]
bench = false
path = "src/main.rs"
Expand Down

0 comments on commit 5b2dc4a

Please sign in to comment.