diff --git a/fish-rust/Cargo.toml b/fish-rust/Cargo.toml index 6495ff556..29867c347 100644 --- a/fish-rust/Cargo.toml +++ b/fish-rust/Cargo.toml @@ -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"