Skip to content

Commit

Permalink
update hashbrown to 0.14 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Jun 22, 2023
1 parent 35a1539 commit 78af95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = ["glam/serde", "bvh2d/serde", "dep:serde"]

[dependencies]
tracing = { version = "0.1", optional = true }
hashbrown = { version = "0.13" }
hashbrown = { version = "0.14" }
glam = { version = "0.24", features = ["approx"] }
smallvec = { version = "1.9", features = ["union", "const_generics"] }
bvh2d = { version = "0.3", git = "https://github.com/mockersf/bvh2d" }
Expand Down

0 comments on commit 78af95f

Please sign in to comment.