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 dfe061f commit 9591e93Copy full SHA for 9591e93
Cargo.toml
@@ -53,6 +53,7 @@ env_logger = "0.11"
53
iai = "0.1.1"
54
rand = "0.8"
55
paste = "1.0.14"
56
+clap = "=4.4" # pin transitive dependency to lower version to avoid MSRV issues
57
58
# Uncomment the following lines to enable debug symbols
59
# during CPU profiling
0 commit comments