Skip to content

Commit e4e3c39

Browse files
authored
bump version to 0.2.1 (#11)
1 parent 465270c commit e4e3c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = { workspace = true }
1111

1212
[dependencies]
1313
thiserror = "1"
14-
thiserror-ext-derive = { version = "=0.2.0", path = "derive" }
14+
thiserror-ext-derive = { version = "=0.2.1", path = "derive" }
1515

1616
[dev-dependencies]
1717
anyhow = "1"
@@ -23,7 +23,7 @@ backtrace = ["thiserror-ext-derive/backtrace"]
2323

2424
[workspace]
2525
members = ["derive"]
26-
package.version = "0.2.0"
26+
package.version = "0.2.1"
2727
package.edition = "2021"
2828
package.authors = ["Bugen Zhao <[email protected]>"]
2929
package.repository = "https://github.com/risingwavelabs/thiserror-ext"

0 commit comments

Comments
 (0)