Skip to content

Commit

Permalink
Merge pull request #312 from nyx-space/dependabot/cargo/pyo3-0.22.0
Browse files Browse the repository at this point in the history
Update pyo3 requirement from 0.21.1 to 0.22.0
  • Loading branch information
ChristopherRabotin authored Jul 5, 2024
2 parents 8bf4022 + 0f4e462 commit 386a2e4
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.21.1", features = [
pyo3 = { version = "0.22.0", features = [
"extension-module",
"multiple-pymethods",
], optional = true }
Expand Down

0 comments on commit 386a2e4

Please sign in to comment.