Skip to content

Commit

Permalink
Update bat to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 6, 2022
1 parent 5604747 commit b65aa7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -18,7 +18,7 @@ prettyplease = []

[dependencies]
atty = "0.2"
bat = { version = "0.21", default-features = false, features = ["paging", "regex-fancy"] }
bat = { version = "0.22", default-features = false, features = ["paging", "regex-fancy"] }
cargo-subcommand-metadata = "0.1"
clap = { version = "3.2.5", default-features = false, features = ["deprecated", "derive", "std", "suggestions"] }
prettyplease = { version = "0.1.18", features = ["verbatim"] }
Expand Down

0 comments on commit b65aa7e

Please sign in to comment.