We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465270c commit e4e3c39Copy full SHA for e4e3c39
Cargo.toml
@@ -11,7 +11,7 @@ license = { workspace = true }
11
12
[dependencies]
13
thiserror = "1"
14
-thiserror-ext-derive = { version = "=0.2.0", path = "derive" }
+thiserror-ext-derive = { version = "=0.2.1", path = "derive" }
15
16
[dev-dependencies]
17
anyhow = "1"
@@ -23,7 +23,7 @@ backtrace = ["thiserror-ext-derive/backtrace"]
23
24
[workspace]
25
members = ["derive"]
26
-package.version = "0.2.0"
+package.version = "0.2.1"
27
package.edition = "2021"
28
package.authors = ["Bugen Zhao <[email protected]>"]
29
package.repository = "https://github.com/risingwavelabs/thiserror-ext"
0 commit comments