Skip to content

Commit

Permalink
Make pyo3-ffi a build dependency of pyo3 to ensure that its build scr…
Browse files Browse the repository at this point in the history
…ipt has finished before pyo3's build script starts.
  • Loading branch information
adamreichold committed Mar 15, 2022
1 parent efc18a4 commit 5a218c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ 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]
Expand Down

0 comments on commit 5a218c3

Please sign in to comment.