Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Nov 20, 2024
1 parent 465270c commit e8476f6
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.2.0", path = "derive" }
thiserror-ext-derive = { version = "=0.2.1", path = "derive" }

[dev-dependencies]
anyhow = "1"
Expand All @@ -23,7 +23,7 @@ backtrace = ["thiserror-ext-derive/backtrace"]

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

0 comments on commit e8476f6

Please sign in to comment.