From ee422a0a4814f6ccea042ce4ca93c99664b723d0 Mon Sep 17 00:00:00 2001 From: Yoan Lecoq Date: Mon, 13 May 2024 23:31:13 +0200 Subject: [PATCH] Bump minor version to 0.17 (#95 is a breaking change) --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2908a75..0eb9f4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.16.1" # remember to update html_root_url in src/lib.rs +version = "0.17.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 de7259b..6dc3fd3 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.16.1", + html_root_url = "https://docs.rs/vek/0.17.0", //html_logo_url = "https://yoanlcq.github.io/vek/logo.png", //html_favicon_url = "https://yoanlcq.github.io/vek/favicon.ico", )]