From 07c0e34e1a2c85780ec852eaad86d394e1e26b12 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sat, 9 Jun 2018 00:40:41 +0200 Subject: [PATCH] Release v0.15.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c348abb9..c6cb98f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.15.1" +version = "0.15.2" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."