Skip to content

Commit

Permalink
Upgrade ahash from 0.4 to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 6, 2020
1 parent e00901e commit 8393d1d
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 5 deletions.
97 changes: 94 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ include = [
[lib]

[dependencies]
# ahash 0.5 breaks ./build_web.sh, keep at 0.4, more info https://github.com/emilk/egui/pull/35
ahash = { version = "0.4", features = ["std"], default-features = false }
ahash = { version = "0.5", features = ["std"], default-features = false }
getrandom = { version = "0.2", features = ["js"] } # Used by `ahash`, workaround for https://github.com/emilk/egui/pull/35
parking_lot = "0.11"
rusttype = "0.9"
serde = { version = "1", features = ["derive"], optional = true }
Expand Down

0 comments on commit 8393d1d

Please sign in to comment.