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 d9e09bf commit 43df29dCopy full SHA for 43df29d
Cargo.toml
@@ -333,7 +333,7 @@ default-features = false
333
## error
334
335
[workspace.dependencies.error_tools]
336
-version = "~0.17.0"
+version = "~0.18.0"
337
path = "module/core/error_tools"
338
default-features = false
339
module/core/error_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "error_tools"
3
-version = "0.17.0"
+version = "0.18.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments