Skip to content

Commit

Permalink
Merge pull request finos#2661 from finos/psp3-abi3
Browse files Browse the repository at this point in the history
Use ABI3 for `perspective-python` shared library
  • Loading branch information
texodus authored Jul 9, 2024
2 parents 74fe1ab + b08e29c commit b827495
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 378 deletions.
3 changes: 1 addition & 2 deletions rust/perspective-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ futures = "0.3.28"
pyo3 = { version = "0.21.2", features = [
"extension-module",
"serde",
# "abi3-py38",
"abi3-py39",
] }
# pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] }
pythonize = "0.21.1"
tracing = { version = ">=0.1.36" }
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
356 changes: 0 additions & 356 deletions rust/perspective-python/src/client/client_async.rs

This file was deleted.

Loading

0 comments on commit b827495

Please sign in to comment.