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 624f00c commit 37bea55Copy full SHA for 37bea55
Cargo.toml
@@ -412,7 +412,7 @@ default-features = false
412
## error
413
414
[workspace.dependencies.error_tools]
415
-version = "~0.31.0"
+version = "~0.32.0"
416
path = "module/core/error_tools"
417
default-features = false
418
module/core/error_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "error_tools"
3
-version = "0.31.0"
+version = "0.32.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments