Skip to content

Commit

Permalink
fix: pin clap version to exact one (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhr authored Dec 16, 2021
1 parent f098d0c commit 4b62d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
exclude = [".*", "rust-toolchain", "rustfmt.toml", "release.toml"]

[dependencies]
clap = "3.0.0-beta.5"
clap = "=3.0.0-beta.5"
fncmd-impl = { path = "impl", version = "1.0.1" }

[workspace]
Expand Down

0 comments on commit 4b62d1a

Please sign in to comment.