Skip to content

Commit

Permalink
bump version to 0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Nov 10, 2023
1 parent 31551c9 commit 50e99df
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.5", path = "derive" }
thiserror-ext-derive = { version = "=0.0.6", path = "derive" }

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

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

0 comments on commit 50e99df

Please sign in to comment.