From 7eeba7dfd3e8308f037df9df00d7c70b8d351d37 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Thu, 1 Nov 2018 11:09:57 +0100 Subject: [PATCH] Release 0.16.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2053714f..cc39c43a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nalgebra" -version = "0.16.7" +version = "0.16.8" authors = [ "Sébastien Crozet " ] description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."