From e907a5dbea904e3ff83abf8d92cd8a6dc2e0c4eb Mon Sep 17 00:00:00 2001 From: mhostetter Date: Mon, 1 Jul 2024 16:47:42 -0400 Subject: [PATCH] Update `maturin build` command for v0.13 https://www.maturin.rs/migration.html?highlight=cargo-extra-args#from-012-to-013 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fd547a..e86e9c2 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ $ sudo apt install python3-dev cargo [maturin](https://github.com/PyO3/maturin) is recommended for building the Python bindings in this crate. ``` $ pip install maturin -$ maturin build --cargo-extra-args="--features python" +$ maturin build --features python ``` Alternatively, refer to the [Building and Distribution section](https://pyo3.rs/v0.8.5/building_and_distribution.html) in the [pyo3 user guide](https://pyo3.rs/v0.8.5/).