From 1f6e4fddabe6064cd5bdda851f41eef421ecb2a7 Mon Sep 17 00:00:00 2001 From: devillove084 <786537003@qq.com> Date: Sun, 11 Aug 2024 04:15:26 +0000 Subject: [PATCH] feat: sort deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c222c54..c869e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,9 +24,9 @@ edition = "2024" [dependencies] async-trait = "0.1.81" -snafu = "0.8.4" -ndarray = "0.16.0" core_affinity = "0.8.1" +ndarray = "0.16.0" +snafu = "0.8.4" [dependencies.async-std] version = "1.12.0"