Skip to content

Commit 11fea2a

Browse files
Update Cargo.toml
Co-authored-by: Kyle Barron <[email protected]>
1 parent 1b4de75 commit 11fea2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ tiff = "0.9.1"
2828
tokio = { version = "1.9", features = ["macros", "fs", "rt-multi-thread"] }
2929

3030
[features]
31-
default = ["object_store"]
31+
default = ["object_store", "reqwest"]
3232
reqwest = ["dep:reqwest"]
33-
object_store = ["dep:object_store", "reqwest"]
33+
object_store = ["dep:object_store"]

0 commit comments

Comments
 (0)