From fcbae57489f58bb9eb7522131e86b1cf86291037 Mon Sep 17 00:00:00 2001 From: Patrik Buhring Date: Fri, 4 Dec 2020 13:38:25 -0500 Subject: [PATCH] Update Hexasphere to improve MSRV (#994) Assumes hexasphere will follow semver (I will try to make sure it does!) --- crates/bevy_render/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index b69a6055d6..ecd88c7872 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -38,7 +38,7 @@ downcast-rs = "1.2.0" thiserror = "1.0" anyhow = "1.0" hex = "0.4.2" -hexasphere = "3.0.0" +hexasphere = "3.1" parking_lot = "0.11.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies]