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 39a103a commit 20c35b1Copy full SHA for 20c35b1
Cargo.toml
@@ -586,7 +586,7 @@ version = "~0.2.0"
586
path = "module/move/llm_tools"
587
588
[workspace.dependencies.benchkit]
589
-version = "~0.9.0"
+version = "~0.10.0"
590
path = "module/core/benchkit"
591
592
## steps
module/core/benchkit/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "benchkit"
3
-version = "0.9.0"
+version = "0.10.0"
4
edition = "2021"
5
authors = [
6
"Kostiantyn Wandalen <[email protected]>",
0 commit comments