1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Deactivate clircle default features and require 0.6.1

This release removes the dependency on `winapi`.
This commit is contained in:
Niklas Mohrin
2025-01-05 16:46:55 +01:00
parent 2d3581e8c4
commit c9431933e5
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -286,8 +286,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d9334f725b46fb9bed8580b9b47a932587e044fadb344ed7fa98774b067ac1a"
dependencies = [
"cfg-if",
"serde",
"serde_derive",
"windows",
]