Skip to content

Commit

Permalink
Revert "Update pyo3 requirement from 0.21.1 to 0.22.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin authored Jun 26, 2024
1 parent eb467af commit 91cf4a6
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 @@ name = "hifitime"
[dependencies]
serde = { version = "1.0.155", optional = true }
serde_derive = { version = "1.0.155", optional = true }
pyo3 = { version = "0.22.0", features = [
pyo3 = { version = "0.21.1", features = [
"extension-module",
"multiple-pymethods",
], optional = true }
Expand Down

0 comments on commit 91cf4a6

Please sign in to comment.