Skip to content

Commit

Permalink
Update glam requirement from 0.28.0 to 0.29.1
Browse files Browse the repository at this point in the history
Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.28.0...0.29.1)

---
updated-dependencies:
- dependency-name: glam
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and andriyDev committed Nov 3, 2024
1 parent ee0f46a commit ec65aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/landmass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["navigation", "system", "pathfinding", "avoidance"]

[dependencies]
dodgy_2d = "0.5.1"
glam = "0.28.0"
glam = "0.29.1"
kdtree = "0.7.0"
ord_subset = "3.1.1"
geo = "0.28.0"
Expand Down

0 comments on commit ec65aca

Please sign in to comment.