Skip to content

Commit

Permalink
Merge pull request #30 from maebli/dependabot/cargo/pyo3-0.23.1
Browse files Browse the repository at this point in the history
Update pyo3 requirement from 0.22.3 to 0.23.1
  • Loading branch information
maebli authored Nov 19, 2024
2 parents 1c73aff + e936a24 commit 1a0b5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/maebli/m-bus-parser"
[dependencies]
m-bus-parser = { path = "..", version = "0.0.15", features = ["std", "serde"] }
serde_json = "1.0"
pyo3 = { version = "0.22.3", features = ["extension-module","generate-import-lib"] }
pyo3 = { version = "0.23.1", features = ["extension-module","generate-import-lib"] }
hex = "0.4.2"

[lib]
Expand Down

0 comments on commit 1a0b5a7

Please sign in to comment.