Skip to content

Commit

Permalink
Bump wasmbin-derive
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Feb 6, 2024
1 parent 563caf3 commit 9b25027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
[dependencies]
leb128 = "0.2.5"
thiserror = "1.0.56"
wasmbin-derive = { version = "0.2.2", path = "derive" }
wasmbin-derive = { version = "0.2.3", path = "derive" }
custom_debug = "0.6.0"
once_cell = "1.19.0"

Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmbin-derive"
version = "0.2.2"
version = "0.2.3"
authors = ["Ingvar Stepanyan <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 9b25027

Please sign in to comment.