mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Remove unixstring dependency
I don't believe this was ever used
This commit is contained in:
parent
102ab2c90d
commit
1e7e6e6379
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -368,7 +368,6 @@ dependencies = [
|
||||||
"rand_pcg",
|
"rand_pcg",
|
||||||
"rsconf",
|
"rsconf",
|
||||||
"serial_test",
|
"serial_test",
|
||||||
"unixstring",
|
|
||||||
"widestring",
|
"widestring",
|
||||||
"widestring-suffix",
|
"widestring-suffix",
|
||||||
]
|
]
|
||||||
|
@ -1092,15 +1091,6 @@ version = "0.1.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "unixstring"
|
|
||||||
version = "0.2.7"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "366c5c5657cbe7a684b3476acc7b96d4087e953bf750b1eab4dfbffeda32b2f3"
|
|
||||||
dependencies = [
|
|
||||||
"libc",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "version_check"
|
name = "version_check"
|
||||||
version = "0.9.4"
|
version = "0.9.4"
|
||||||
|
|
|
@ -56,8 +56,8 @@ num-traits = "0.2.15"
|
||||||
num-derive = "0.3.3"
|
num-derive = "0.3.3"
|
||||||
once_cell = "1.17.0"
|
once_cell = "1.17.0"
|
||||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||||
unixstring = "0.2.7"
|
|
||||||
widestring = "1.0.2"
|
widestring = "1.0.2"
|
||||||
|
# for tests
|
||||||
rand_pcg = "0.3.1"
|
rand_pcg = "0.3.1"
|
||||||
git-version = "0.3"
|
git-version = "0.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user