Skip to content

Commit

Permalink
Force Cargo to use PyO3 0.20.2
Browse files Browse the repository at this point in the history
PyO3 0.20.3 breaks building wheels with the default maturin GitHub
action.
  • Loading branch information
simu committed Feb 23, 2024
1 parent ad977e3 commit 8053e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.80"
chrono = "0.4.34"
indexmap = "2.2.3"
nom = "7.1.3"
pyo3 = { version = "0.20.2", features = ["chrono"] }
pyo3 = { version = "=0.20.2", features = ["chrono"] }
rayon = "1.8.1"
regex = "1.10.3"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 8053e50

Please sign in to comment.