Skip to content

Commit

Permalink
remove pyo3 features for underlying code
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Feb 7, 2024
1 parent d561b82 commit 16f5a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object-store-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object_store = { version = "0.5.6", features = [
"aws_profile",
] }
percent-encoding = "2"
pyo3 = { version = "0.18", features = ["abi3", "abi3-py38"] }
pyo3 = { version = "0.18", default-features = false, features = ["macros"] }
thiserror = "1.0.34"
tokio = { version = "1.0", features = [
"macros",
Expand Down

0 comments on commit 16f5a5c

Please sign in to comment.