mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Update ahash 0.8.6 -> 0.8.11 (#4507)
See: https://github.com/tkaitchuck/aHash/pull/183#issuecomment-1789806373 * Closes https://github.com/emilk/egui/issues/4476
This commit is contained in:
@@ -62,7 +62,7 @@ egui_demo_lib = { version = "0.27.2", path = "crates/egui_demo_lib", default-fea
|
||||
egui_glow = { version = "0.27.2", path = "crates/egui_glow", default-features = false }
|
||||
eframe = { version = "0.27.2", path = "crates/eframe", default-features = false }
|
||||
|
||||
ahash = { version = "0.8.6", default-features = false, features = [
|
||||
ahash = { version = "0.8.11", default-features = false, features = [
|
||||
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
|
||||
"std",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user