From a9d1ad926ba302acddcf27546ffbebaf6e30eb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Nevyho=C5=A1t=C4=9Bn=C3=BD?= Date: Wed, 15 Nov 2023 21:14:56 +0100 Subject: [PATCH] chore: sort dependencies alphabetically --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3b24c33..341d765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,10 @@ edition = "2021" testing = [] [dependencies] -nalgebra = "0.32.0" approx = "0.5.0" -thiserror = "1.0.0" -log = "0.4.0" -getset = "0.1.0" fastrand = "2.0.0" fastrand-contrib = "0.1.0" +getset = "0.1.0" +log = "0.4.0" +nalgebra = "0.32.0" +thiserror = "1.0.0"