Skip to content

Commit 775fc45

Browse files
Update glam requirement from 0.24 to 0.25 (#688)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 980e402 commit 775fc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ criterion = "0.5"
4444
rand = "0.8"
4545
uuid = { version = "1.1", features = ["serde"] }
4646
chrono = { version = "0.4", features = ["serde"] }
47-
glam = { version = "0.24", features = ["serde"] }
47+
glam = { version = "0.25", features = ["serde"] }
4848
bincode_1 = { version = "1.3", package = "bincode" }
4949
serde = { version = "1.0", features = ["derive"] }
5050

0 commit comments

Comments
 (0)