Skip to content

Commit d1d7422

Browse files
committed
Bump the version of nalgebra-glm, nalgebra-lapack, and nalgebra-sparse.
1 parent db63f6c commit d1d7422

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nalgebra-glm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra-glm"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["sebcrozet <developer@crozet.re>"]
55

66
description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library."

nalgebra-lapack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra-lapack"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = [ "Sébastien Crozet <developer@crozet.re>", "Andrew Straw <strawman@astraw.com>" ]
55

66
description = "Matrix decompositions using nalgebra matrices and Lapack bindings."

nalgebra-sparse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra-sparse"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [ "Andreas Longva", "Sébastien Crozet <developer@crozet.re>" ]
55
edition = "2018"
66
description = "Sparse matrix computation based on nalgebra."

0 commit comments

Comments
 (0)