Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Apr 18, 2024
1 parent 0c6915a commit 0d6ae4f
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.1.1", path = "derive" }
thiserror-ext-derive = { version = "=0.1.2", path = "derive" }

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

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

0 comments on commit 0d6ae4f

Please sign in to comment.