1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Update ahash to 0.6

This commit is contained in:
Emil Ernerfeldt
2020-11-28 11:05:55 +01:00
parent aec97c74b9
commit 8e6c8ce50e
2 changed files with 26 additions and 5 deletions

View File

@@ -20,8 +20,7 @@ include = [
[lib]
[dependencies]
# Can't upgrade ahash until we can use it within wasmtime (https://github.com/tkaitchuck/aHash/issues/59)
ahash = { version = "0.4", features = ["std"], default-features = false }
ahash = { version = "0.6", features = ["std"], default-features = false }
parking_lot = "0.11"
rusttype = "0.9"
serde = { version = "1", features = ["derive"], optional = true }