mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
Remove unused moveit dependancy
This commit is contained in:
parent
47c503bbf3
commit
17bdf28b7a
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -357,7 +357,6 @@ dependencies = [
|
|||
"lazy_static",
|
||||
"libc",
|
||||
"lru",
|
||||
"moveit",
|
||||
"nix",
|
||||
"num-derive",
|
||||
"num-traits",
|
||||
|
|
|
@ -49,7 +49,6 @@ errno = "0.2.8"
|
|||
lazy_static = "1.4.0"
|
||||
libc = "0.2.137"
|
||||
lru = "0.10.0"
|
||||
moveit = "0.5.1"
|
||||
nix = { version = "0.25.0", default-features = false, features = ["inotify", "resource"] }
|
||||
num-traits = "0.2.15"
|
||||
# to make integer->enum conversion easier
|
||||
|
|
Loading…
Reference in New Issue
Block a user