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 d561b82 commit 16f5a5cCopy full SHA for 16f5a5c
object-store-internal/Cargo.toml
@@ -17,7 +17,7 @@ object_store = { version = "0.5.6", features = [
17
"aws_profile",
18
] }
19
percent-encoding = "2"
20
-pyo3 = { version = "0.18", features = ["abi3", "abi3-py38"] }
+pyo3 = { version = "0.18", default-features = false, features = ["macros"] }
21
thiserror = "1.0.34"
22
tokio = { version = "1.0", features = [
23
"macros",
0 commit comments