diff --git a/Cargo.toml b/Cargo.toml index 1595af2..f76e42e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.16.0" # remember to update html_root_url in src/lib.rs +version = "0.16.1" # 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 9e51128..7b96707 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.0", + html_root_url = "https://docs.rs/vek/0.16.1", //html_logo_url = "https://yoanlcq.github.io/vek/logo.png", //html_favicon_url = "https://yoanlcq.github.io/vek/favicon.ico", )]