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 8de36ab commit dc0c145Copy full SHA for dc0c145
Cargo.toml
@@ -397,7 +397,7 @@ version = "~0.4.0"
397
path = "module/alias/wtest"
398
399
[workspace.dependencies.test_tools]
400
-version = "~0.10.0"
+version = "~0.11.0"
401
path = "module/core/test_tools"
402
features = [ "full" ]
403
module/core/test_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "test_tools"
3
-version = "0.10.0"
+version = "0.11.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments