Bump the version of nalgebra-glm, nalgebra-lapack, and nalgebra-sparse.

This commit is contained in:
Sébastien Crozet 2021-08-08 18:07:34 +02:00
parent db63f6c031
commit d1d7422761
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra-glm"
version = "0.14.0"
version = "0.15.0"
authors = ["sebcrozet <developer@crozet.re>"]
description = "A computer-graphics oriented API for nalgebra, inspired by the C++ GLM library."

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra-lapack"
version = "0.19.0"
version = "0.20.0"
authors = [ "Sébastien Crozet <developer@crozet.re>", "Andrew Straw <strawman@astraw.com>" ]
description = "Matrix decompositions using nalgebra matrices and Lapack bindings."

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra-sparse"
version = "0.4.0"
version = "0.5.0"
authors = [ "Andreas Longva", "Sébastien Crozet <developer@crozet.re>" ]
edition = "2018"
description = "Sparse matrix computation based on nalgebra."