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 #116 from hadronized/dependabot/cargo/master/glam-…
Browse files Browse the repository at this point in the history
…gte-0.10-and-lt-0.30

Update glam requirement from >=0.10, <0.27 to >=0.10, <0.30
  • Loading branch information
hadronized authored Oct 9, 2024
2 parents 3da52ea + 9653b05 commit 53b8886
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.27", optional = true }
glam = { version = ">=0.10, <0.30", optional = true }
nalgebra = { version = ">=0.21, <0.34", optional = true }
serde = { version = "1", features = ["derive"], optional = true }

Expand Down

0 comments on commit 53b8886

Please sign in to comment.