mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Remove unused num-derive dependency
This commit is contained in:
parent
d74519081e
commit
db361644c4
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ libc = "0.2.137"
|
|||
lru = "0.10.0"
|
||||
nix = { version = "0.25.0", default-features = false, features = ["inotify", "resource"] }
|
||||
num-traits = "0.2.15"
|
||||
# to make integer->enum conversion easier
|
||||
num-derive = "0.3.3"
|
||||
once_cell = "1.17.0"
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
widestring = "1.0.2"
|
||||
|
|
Loading…
Reference in a new issue