Skip to content

Commit

Permalink
fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
maebli committed Oct 1, 2024
1 parent 281f8b6 commit 8c066b7
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 @@ -6,7 +6,7 @@ homepage = "https://maebli.github.io/"
repository = "https://github.com/maebli/m-bus-parser"

[dependencies]
m-bus-parser = { path = "..", version = "0.0.14", features = ["std", "serde"] }
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"] }
hex = "0.4.2"
Expand Down

0 comments on commit 8c066b7

Please sign in to comment.