Skip to content

Commit

Permalink
bump version to 0.0.11
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Dec 7, 2023
1 parent 0f4c094 commit 022b14e
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,7 +11,7 @@ license = { workspace = true }

[dependencies]
thiserror = "1"
thiserror-ext-derive = { version = "=0.0.10", path = "derive" }
thiserror-ext-derive = { version = "=0.0.11", path = "derive" }

[dev-dependencies]
anyhow = "1"
Expand All @@ -20,7 +20,7 @@ sealed_test = "1"

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

0 comments on commit 022b14e

Please sign in to comment.