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 8bd2c06 commit 9909022Copy full SHA for 9909022
Cargo.toml
@@ -588,7 +588,7 @@ version = "~0.2.0"
588
path = "module/move/llm_tools"
589
590
[workspace.dependencies.benchkit]
591
-version = "~0.4.0"
+version = "~0.5.0"
592
path = "module/move/benchkit"
593
594
## steps
module/move/benchkit/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "benchkit"
3
-version = "0.4.0"
+version = "0.5.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments