Skip to content

Commit

Permalink
Fix getopts version
Browse files Browse the repository at this point in the history
The pinned version does not compile anymore because of mutable aliasing:
* rust-lang/getopts#61
* rust-lang/getopts#110

This was achieved by temporarily setting the getopts version to "0.2.21"
in Cargo.toml, and running `cargo check`.

Note that this also converts the Cargo.lock to a new format.
  • Loading branch information
phimuemue committed Jul 3, 2022
1 parent cf65b0e commit 6795fde
Showing 1 changed file with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions Cargo.lock

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

0 comments on commit 6795fde

Please sign in to comment.