Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #110 from hadronized/dependabot/cargo/master/glam-…
Browse files Browse the repository at this point in the history
…gte-0.10-and-lt-0.27

Update glam requirement from >=0.10, <0.26 to >=0.10, <0.27
  • Loading branch information
hadronized authored Mar 20, 2024
2 parents 0f0b6cf + 684daf0 commit 212b6f2
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 @@ -23,7 +23,7 @@ std = []

[dependencies]
cgmath = { version = ">=0.17, <0.19", optional = true }
glam = { version = ">=0.10, <0.26", optional = true }
glam = { version = ">=0.10, <0.27", optional = true }
nalgebra = { version = ">=0.21, <0.33", optional = true }
serde = { version = "1", features = ["derive"], optional = true }

Expand Down

0 comments on commit 212b6f2

Please sign in to comment.