Skip to content

Commit 16f5a5c

Browse files
committed
remove pyo3 features for underlying code
1 parent d561b82 commit 16f5a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object-store-internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object_store = { version = "0.5.6", features = [
1717
"aws_profile",
1818
] }
1919
percent-encoding = "2"
20-
pyo3 = { version = "0.18", features = ["abi3", "abi3-py38"] }
20+
pyo3 = { version = "0.18", default-features = false, features = ["macros"] }
2121
thiserror = "1.0.34"
2222
tokio = { version = "1.0", features = [
2323
"macros",

0 commit comments

Comments
 (0)