mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +00:00
Cargo.toml: sort dependencies
This commit is contained in:
parent
eb377d3c65
commit
a0eed3760e
1 changed files with 1 additions and 1 deletions
|
@ -14,13 +14,13 @@ cxx = "1.0"
|
|||
errno = "0.2.8"
|
||||
inventory = { version = "0.3.3", optional = true}
|
||||
libc = "0.2.137"
|
||||
lru = "0.10.0"
|
||||
nix = { version = "0.25.0", default-features = false, features = [] }
|
||||
num-traits = "0.2.15"
|
||||
once_cell = "1.17.0"
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
unixstring = "0.2.7"
|
||||
widestring = "1.0.2"
|
||||
lru = "0.10.0"
|
||||
|
||||
[build-dependencies]
|
||||
autocxx-build = "0.23.1"
|
||||
|
|
Loading…
Reference in a new issue