Skip to content

Commit f48382c

Browse files
authored
Fix python wheel build (#58)
1 parent 82d09d6 commit f48382c

File tree

2 files changed

+8
-252
lines changed

2 files changed

+8
-252
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ num_enum = "0.7.3"
1818
object_store = "0.12"
1919
# In the future we could make this feature-flagged, but for now we depend on
2020
# object_store which uses reqwest.
21-
reqwest = "0.12"
21+
reqwest = { version = "0.12", default-features = false }
2222
thiserror = "1"
2323
tokio = { version = "1.43.0", optional = true }
2424
weezl = "0.1.0"

0 commit comments

Comments
 (0)