Skip to content

Commit 7cb0ebd

Browse files
committed
Pin clap version (transitive dep) to lower version to avoid MSRV issue
1 parent a2a411f commit 7cb0ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ env_logger = "0.10"
5353
iai = "0.1.1"
5454
rand = "0.8"
5555
paste = "1.0.14"
56-
56+
clap = "=4.4" # pin transitive dependency to lower version to avoid MSRV issues
5757

5858
# Uncomment the following lines to enable debug symbols
5959
# during CPU profiling

0 commit comments

Comments
 (0)