From 3751602fb5555c987941bb4ff107f0a23eb49720 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sat, 9 Jun 2018 17:45:23 +0200 Subject: [PATCH] Release v0.15.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95401bd6..33a78673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.15.2" +version = "0.15.3" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."