Skip to content

Commit

Permalink
feat: bundle sqlite3.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Feb 13, 2024
1 parent d070de1 commit 967fe59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quicksync"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -14,7 +14,7 @@ futures-util = "0.3.30"
md5 = "0.7.0"
regex = "1.10.3"
reqwest = { version = "0.11.23", features = ["json", "stream", "blocking"] }
rusqlite = "0.30.0"
rusqlite = { version = "0.30.0", features = ["bundled"] }
tokio = { version = "1.35.1", features = ["full"] }
url = "2.5.0"
zip = "0.6.6"

0 comments on commit 967fe59

Please sign in to comment.