Skip to content

Commit

Permalink
Update glam requirement from 0.24 to 0.25
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](https://github.com/bitshifter/glam-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 3944a4c commit 35fa0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdnative-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ahash = "0.8"
approx = "0.5"
atomic-take = "1"
bitflags = "1"
glam = "0.24"
glam = "0.25"
indexmap = "2"
inventory = { version = "0.3", optional = true }
libc = "0.2"
Expand Down

0 comments on commit 35fa0de

Please sign in to comment.