Skip to content

Commit 62163cd

Browse files
Update glam requirement from 0.25 to 0.27
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]>
1 parent 8f65c60 commit 62163cd

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.25", features = ["serde"] }
47+
glam = { version = "0.27", features = ["serde"] }
4848
bincode_1 = { version = "1.3", package = "bincode" }
4949
serde = { version = "1.0", features = ["derive"] }
5050

0 commit comments

Comments
 (0)