Skip to content

Commit

Permalink
Update glam requirement from 0.25 to 0.27
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.25.0...0.27.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 6, 2024
1 parent 0763d73 commit c1de94d
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.25"
glam = "0.27"
indexmap = "2"
inventory = { version = "0.3", optional = true }
libc = "0.2"
Expand Down

0 comments on commit c1de94d

Please sign in to comment.