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 c12f14a commit f3ea5d7Copy full SHA for f3ea5d7
Cargo.toml
@@ -574,7 +574,7 @@ version = "~0.6.0"
574
path = "module/move/deterministic_rand"
575
576
[workspace.dependencies.crates_tools]
577
-version = "~0.16.0"
+version = "~0.17.0"
578
path = "module/move/crates_tools"
579
580
[workspace.dependencies.assistant]
module/move/crates_tools/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "crates_tools"
3
-version = "0.16.0"
+version = "0.17.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments