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 4d323ee commit dd516a4Copy full SHA for dd516a4
Cargo.toml
@@ -193,7 +193,7 @@ default-features = false
193
## diagnostics
194
195
[workspace.dependencies.diagnostics_tools]
196
-version = "~0.9.0"
+version = "~0.10.0"
197
path = "module/core/diagnostics_tools"
198
default-features = false
199
module/core/diagnostics_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "diagnostics_tools"
3
-version = "0.9.0"
+version = "0.10.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments