Skip to content

Commit

Permalink
Maturin build fail in master. (#27)
Browse files Browse the repository at this point in the history
* Fix for Maturin build failure

---------

Signed-off-by: Shwetha N <[email protected]>
  • Loading branch information
ShwethaSNayak authored Feb 26, 2024
1 parent fc4b59a commit 3ab7eb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ name = "pravega_client"
crate-type = ["cdylib"]

[features]
default = ["python_binding"]
default = ["python_binding", "extension-module"]
javascript_binding = ["wasm-bindgen"]
python_binding = ["pyo3", "pyo3-asyncio"]
extension-module = ["pyo3/extension-module"]

#Run tests for bindings using command cargo test --no-default-features

Expand Down

0 comments on commit 3ab7eb6

Please sign in to comment.