From b74fd9c996ca72b96f075f594e44db2dc086f198 Mon Sep 17 00:00:00 2001 From: Yoan Lecoq Date: Sun, 16 Jul 2023 21:27:38 +0200 Subject: [PATCH] bump version number, mention #92 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c261faa..1595af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.15.10" # remember to update html_root_url in src/lib.rs +version = "0.16.0" # remember to update html_root_url in src/lib.rs authors = ["Yoan Lecoq ", "Joshua Barretto ", "Sunjay Varma ", "timokoesters ", "Imbris ", "Patiga "] 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 92e93b4..9e51128 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.10", + html_root_url = "https://docs.rs/vek/0.16.0", //html_logo_url = "https://yoanlcq.github.io/vek/logo.png", //html_favicon_url = "https://yoanlcq.github.io/vek/favicon.ico", )]