Skip to content

Commit

Permalink
Merge pull request #73 from olback/specify-clap-version
Browse files Browse the repository at this point in the history
specify clap version in flate_bench
  • Loading branch information
sile committed May 24, 2023
2 parents ed89e1d + 46b3674 commit 33566f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flate_bench/Cargo.toml
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 33566f7

Please sign in to comment.