Skip to content

Commit

Permalink
fix: cargo install without --locked should work now (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Oct 26, 2021
1 parent a0625fc commit f26309c
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 77 deletions.
147 changes: 78 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ trash-move = ["trash"]
aggregate-scan-progress = []

[dependencies]
clap = "3.0.0-beta.4"
clap = "=3.0.0-beta.5"
jwalk = "0.6.0"
byte-unit = "4"
atty = "0.2.11"
Expand Down

0 comments on commit f26309c

Please sign in to comment.