Skip to content

Commit

Permalink
specify clap version in flate_bench
Browse files Browse the repository at this point in the history
  • Loading branch information
olback committed May 23, 2023
1 parent ed89e1d commit 46b3674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flate_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]

[dependencies]
clap = "*"
clap = "3"
flate2 = "*"
inflate = "*"
libflate = {path = "../"}

0 comments on commit 46b3674

Please sign in to comment.