1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 08:42:08 +00:00

Use anyhow in build script

This commit is contained in:
cyqsimon
2023-10-31 13:45:40 +08:00
committed by Martin Nordholts
parent b000db8f32
commit 28d947fd8b
3 changed files with 17 additions and 6 deletions

7
Cargo.lock generated
View File

@@ -74,6 +74,12 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "assert_cmd"
version = "2.0.12"
@@ -106,6 +112,7 @@ name = "bat"
version = "0.24.0"
dependencies = [
"ansi_colours",
"anyhow",
"assert_cmd",
"bincode",
"bugreport",