mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Update bat to 0.25
This commit is contained in:
parent
311791e2a7
commit
e6d3b96355
4 changed files with 203 additions and 33 deletions
|
@ -17,7 +17,7 @@ default = ["prettyplease"]
|
|||
prettyplease = []
|
||||
|
||||
[dependencies]
|
||||
bat = { version = "0.24", default-features = false, features = ["paging", "regex-fancy"] }
|
||||
bat = { version = "0.25", default-features = false, features = ["paging", "regex-fancy"] }
|
||||
cargo-subcommand-metadata = "0.1"
|
||||
clap = { version = "4", features = ["deprecated", "derive"] }
|
||||
clap-cargo = "0.15"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue