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"