From b9ff3c98b71023a08e58c78be0dd9d1fe1744caf Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Fri, 8 Jan 2021 11:43:30 +0100 Subject: [PATCH] Update dependencies. --- Cargo.toml | 6 +++--- RELEASES.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1cb72ef..0d1f01f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra-spacetime" -version = "0.2.2" +version = "0.2.3" authors = ["Rouven Spreckels "] edition = "2018" description = "Spacetime Extension for nalgebra" @@ -35,6 +35,6 @@ rustdoc-args = [ "--html-in-header", "katex.html" ] travis-ci = { repository = "qu1x/nalgebra-spacetime" } [dependencies] -nalgebra = "0.22" +nalgebra = "0.24" num-traits = "0.2" -approx = { version = "0.3", default-features = false } +approx = { version = "0.4", default-features = false } diff --git a/RELEASES.md b/RELEASES.md index bec3c25..bb989bf 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +# Version 0.2.3 (2021-01-08) + + * Update `nalgebra` and `approx`. + # Version 0.2.2 (2020-08-28) * Fix `num-traits` features.