Skip to content

Commit fcbae57

Browse files
Update Hexasphere to improve MSRV (#994)
Assumes hexasphere will follow semver (I will try to make sure it does!)
1 parent d601eeb commit fcbae57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ downcast-rs = "1.2.0"
3838
thiserror = "1.0"
3939
anyhow = "1.0"
4040
hex = "0.4.2"
41-
hexasphere = "3.0.0"
41+
hexasphere = "3.1"
4242
parking_lot = "0.11.0"
4343

4444
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

0 commit comments

Comments
 (0)