Skip to content

Commit

Permalink
bump version to 0.15.5, with fix for #81
Browse files Browse the repository at this point in the history
  • Loading branch information
yoanlcq committed Jan 15, 2022
1 parent ebcbfe8 commit 141fb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.15.4" # remember to update html_root_url in src/lib.rs
version = "0.15.5" # remember to update html_root_url in src/lib.rs
authors = ["Yoan Lecoq <[email protected]>", "Joshua Barretto <[email protected]>", "Sunjay Varma <[email protected]>", "timokoesters <[email protected]>", "Imbris <[email protected]>"]
description = "Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience."
documentation = "https://docs.rs/vek"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#![no_std]
#![doc(
test(attr(deny(warnings))),
html_root_url = "https://docs.rs/vek/0.15.4",
html_root_url = "https://docs.rs/vek/0.15.5",
//html_logo_url = "https://yoanlcq.github.io/vek/logo.png",
//html_favicon_url = "https://yoanlcq.github.io/vek/favicon.ico",
)]
Expand Down

0 comments on commit 141fb77

Please sign in to comment.