Skip to content

Commit

Permalink
Merge pull request #5 from fintelia/master
Browse files Browse the repository at this point in the history
Upgrade nalgebra and bump crate version
  • Loading branch information
DaveKram authored Jul 20, 2020
2 parents eec0ec0 + 57cc67d commit 941f8b6
Showing 1 changed file with 2 additions and 2 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 = "coord_transforms"
version = "1.2.2"
version = "1.3.0"
authors = ["David Kramer <davegkramer@gmail.com>"]
description = "A Rust crate use for performing coordinate transformations."
repository = "https://github.com/DaveKram/coord_transforms"
Expand All @@ -10,7 +10,7 @@ categories = ["algorithms", "embedded", "science", "parsing"]
license = "MIT"

[dependencies]
nalgebra = "0.18.1"
nalgebra = "0.21.1"
float-cmp = "0.5.2"

[dev-dependencies]
Expand Down

0 comments on commit 941f8b6

Please sign in to comment.