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