From a0eed3760e09cf011bd0974ef20c3bffc117b451 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 26 Mar 2023 17:24:35 +0200 Subject: [PATCH] Cargo.toml: sort dependencies --- fish-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"