1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-18 20:11:03 +00:00

Move rusty-fork to dev-dependencies

This commit is contained in:
cyqsimon 2023-11-27 10:35:37 +08:00
parent 8a08025091
commit d792dc5804
No known key found for this signature in database
GPG Key ID: 1D8CE2F297390D65

View File

@ -67,7 +67,6 @@ bytesize = { version = "1.3.0" }
encoding_rs = "0.8.33"
os_str_bytes = { version = "~6.6", optional = true }
run_script = { version = "^0.10.1", optional = true}
rusty-fork = "0.3.0"
[dependencies.git2]
version = "0.18"
@ -94,6 +93,7 @@ expect-test = "1.4.1"
serial_test = { version = "2.0.0", default-features = false }
predicates = "3.0.4"
wait-timeout = "0.2.0"
rusty-fork = "0.3.0"
tempfile = "3.8.1"
[target.'cfg(unix)'.dev-dependencies]