diff --git a/Cargo.toml b/Cargo.toml index 86e57bc6684..0316d1b2d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ categories = ["api-bindings", "development-tools::ffi"] license = "Apache-2.0" exclude = ["/.gitignore", ".cargo/config", "/codecov.yml", "/Makefile", "/pyproject.toml", "/noxfile.py"] edition = "2018" -links = "python" [dependencies] cfg-if = "1.0" @@ -51,7 +50,6 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.61" [build-dependencies] -pyo3-ffi = { path = "pyo3-ffi", version = "=0.16.1" } pyo3-build-config = { path = "pyo3-build-config", version = "0.16.1", features = ["resolve-config"] } [features] diff --git a/pyo3-ffi/Cargo.toml b/pyo3-ffi/Cargo.toml index df107771019..faa2e1a7d61 100644 --- a/pyo3-ffi/Cargo.toml +++ b/pyo3-ffi/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://github.com/pyo3/pyo3" categories = ["api-bindings", "development-tools::ffi"] license = "Apache-2.0" edition = "2018" +links = "python" [dependencies] libc = "0.2.62"