mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-18 02:30:55 +01:00
enable the 'conversions' feature
This commit is contained in:
parent
9eaed3e3f0
commit
057ec42214
@ -66,7 +66,7 @@ regex = { version = "1.10.2", optional = true }
|
|||||||
walkdir = { version = "2.4", optional = true }
|
walkdir = { version = "2.4", optional = true }
|
||||||
bytesize = { version = "1.3.0" }
|
bytesize = { version = "1.3.0" }
|
||||||
encoding_rs = "0.8.33"
|
encoding_rs = "0.8.33"
|
||||||
os_str_bytes = { version = "~6.6", optional = true }
|
os_str_bytes = { version = "~6.6", optional = true, features = ["conversions"] }
|
||||||
run_script = { version = "^0.10.1", optional = true}
|
run_script = { version = "^0.10.1", optional = true}
|
||||||
|
|
||||||
[dependencies.git2]
|
[dependencies.git2]
|
||||||
|
Loading…
Reference in New Issue
Block a user