Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jan 8, 2021
1 parent ac00c43 commit b9ff3c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nalgebra-spacetime"
version = "0.2.2"
version = "0.2.3"
authors = ["Rouven Spreckels <[email protected]>"]
edition = "2018"
description = "Spacetime Extension for nalgebra"
Expand Down Expand Up @@ -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 }
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b9ff3c9

Please sign in to comment.