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 cf9f99d commit c12f14aCopy full SHA for c12f14a
Cargo.toml
@@ -462,7 +462,7 @@ default-features = false
462
## process tools
463
464
[workspace.dependencies.process_tools]
465
-version = "~0.14.0"
+version = "~0.15.0"
466
path = "module/core/process_tools"
467
default-features = false
468
module/core/process_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "process_tools"
3
-version = "0.14.0"
+version = "0.15.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments