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 1369e62 commit debee21Copy full SHA for debee21
Cargo.toml
@@ -392,7 +392,7 @@ version = "~0.4.0"
392
path = "module/alias/wtest"
393
394
[workspace.dependencies.test_tools]
395
-version = "~0.9.0"
+version = "~0.10.0"
396
path = "module/core/test_tools"
397
398
[workspace.dependencies.wtest_basic]
module/core/test_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "test_tools"
3
-version = "0.9.0"
+version = "0.10.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments