mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Don't pin bitflags
This was initially pinned because of clap-rs/clap/issues/2691, but we use a newer version as MSRV as of now in CI.
This commit is contained in:
parent
b35b09817e
commit
cc859b6fe8
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -409,7 +409,6 @@ version = "0.22.0"
|
|||
dependencies = [
|
||||
"assert_cmd",
|
||||
"assert_fs",
|
||||
"bitflags",
|
||||
"chrono",
|
||||
"chrono-humanize",
|
||||
"clap",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue