Skip to content

Commit

Permalink
Don't pin bitflags
Browse files Browse the repository at this point in the history
This was initially pinned because of clap-rs/clap/issues/2691, but we
use a newer version as MSRV as of now in CI.
  • Loading branch information
meain committed Jul 3, 2022
1 parent 2ffb59c commit 39122b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ version_check = "0.9.*"

[dependencies]
crossterm = { version = "0.21.0", features = ["serde"]}
bitflags = "=1.2.1"
dirs = "3.0.*"
libc = "0.2.*"
human-sort = "0.2.2"
Expand Down

0 comments on commit 39122b0

Please sign in to comment.