We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47cac0 commit 8f32978Copy full SHA for 8f32978
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sqlite-vfs-http"
3
-version = "0.1.2"
+version = "0.1.3"
4
edition = "2021"
5
authors = ["DarkSky <[email protected]>"]
6
license = "AGPL-3.0-only"
@@ -11,7 +11,7 @@ readme = "README.md"
11
12
[dependencies]
13
rand = "0.8"
14
-reqwest = "0.12"
+reqwest = { version = "0.12", default-features = false }
15
sqlite-vfs = "0.2"
16
tokio = { version = "1", features = ["rt-multi-thread"] }
17
0 commit comments