From b01d01d486d63c6ec1956a39638d186b43d71c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=BCdi=20Tam=C3=A1s?= Date: Wed, 16 Dec 2020 18:35:13 +0100 Subject: [PATCH] update the version number in the documentation from 0.21 to 0.23 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ac954f06..12a329be 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,7 +15,7 @@ Simply add the following to your `Cargo.toml` file: ```.ignore [dependencies] -nalgebra = "0.21" +nalgebra = "0.23" ```