Update Hexasphere to improve MSRV (#994)

Assumes hexasphere will follow semver (I will try to make sure it does!)
This commit is contained in:
Patrik Buhring 2020-12-04 13:38:25 -05:00 committed by GitHub
parent d601eeb829
commit fcbae57489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]