From c9733e7fe6687ce64a8fb19a680dcb1849b1989c Mon Sep 17 00:00:00 2001 From: Yoan Lecoq Date: Thu, 11 Nov 2021 11:04:51 +0100 Subject: [PATCH] Bump version to 0.15.3 following fix of #79 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47fbca1..2fad2b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.15.2" # remember to update html_root_url in src/lib.rs +version = "0.15.3" # remember to update html_root_url in src/lib.rs authors = ["Yoan Lecoq ", "Joshua Barretto ", "Sunjay Varma ", "timokoesters ", "Imbris "] description = "Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience." documentation = "https://docs.rs/vek" diff --git a/src/lib.rs b/src/lib.rs index 3f62aa9..3de8e40 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ #![no_std] #![doc( test(attr(deny(warnings))), - html_root_url = "https://docs.rs/vek/0.15.2", + html_root_url = "https://docs.rs/vek/0.15.3", //html_logo_url = "https://yoanlcq.github.io/vek/logo.png", //html_favicon_url = "https://yoanlcq.github.io/vek/favicon.ico", )]