Skip to content

Commit

Permalink
bump version to 0.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Nov 7, 2023
1 parent 42c931c commit c5730c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ license = { workspace = true }

[dependencies]
thiserror = "1"
thiserror-ext-derive = { version = "=0.0.3", path = "derive" }
thiserror-ext-derive = { version = "=0.0.4", path = "derive" }

[dev-dependencies]
expect-test = "1"

[workspace]
members = ["derive"]
package.version = "0.0.3"
package.version = "0.0.4"
package.edition = "2021"
package.authors = ["Bugen Zhao <[email protected]>"]
package.repository = "https://github.com/risingwavelabs/thiserror-ext"
Expand Down

0 comments on commit c5730c8

Please sign in to comment.