Remove unused moveit dependancy

This commit is contained in:
Johannes Altmanninger 2024-01-07 16:09:27 +01:00
parent 47c503bbf3
commit 17bdf28b7a
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -357,7 +357,6 @@ dependencies = [
"lazy_static",
"libc",
"lru",
"moveit",
"nix",
"num-derive",
"num-traits",

View File

@ -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