Skip to content

Commit

Permalink
fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Aebli committed Feb 13, 2025
1 parent 610f9b4 commit d4cf8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default = ["console_error_panic_hook"]

[dependencies]
wasm-bindgen = "0.2.84"
m-bus-parser = { path = "..", version = "0.0.21", features = ["std", "serde"] }
m-bus-parser = { path = "..", version = "0.0.22", features = ["std", "serde"] }
serde = { version = "1.0" }
serde_json = "1.0"

Expand Down

0 comments on commit d4cf8fa

Please sign in to comment.