Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Oct 11, 2024
1 parent 8e9b4a9 commit fff9e70
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 67 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nalgebra-spacetime"
version = "0.5.0"
version = "0.6.0"
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
edition = "2021"
description = "Spacetime Extension for nalgebra"
Expand Down Expand Up @@ -33,4 +33,4 @@ rustdoc-args = [ "--html-in-header", "katex.html" ]

[dependencies]
approx = { version = "0.5.1", default-features = false }
nalgebra = { version = "0.32.4", features = ["rand"] }
nalgebra = { version = "0.33.0", features = ["rand"] }
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.6.0 (2024-10-11)

* Update `nalgebra`.

# Version 0.5.0 (2024-03-11)

* Replace `N: SimdRealField + Signed + Real` with `T: RealField`.
Expand Down
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
hard_tabs = true
format_code_in_doc_comments = true
max_width = 100
#format_code_in_doc_comments = true
Loading

0 comments on commit fff9e70

Please sign in to comment.