Skip to content

Commit dbb20e9

Browse files
chore(deps): update nalgebra requirement from 0.33.0 to 0.34.0 (#900)
* chore(deps): update nalgebra requirement from 0.33.0 to 0.34.0 Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version. - [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md) - [Commits](https://github.com/dimforge/nalgebra/commits) --- updated-dependencies: - dependency-name: nalgebra dependency-version: 0.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * fix: allow duplicated versions of `glam` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vil02 <[email protected]>
1 parent 99e33d1 commit dbb20e9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Anshul Malik <[email protected]>"]
88
num-bigint = { version = "0.4", optional = true }
99
num-traits = { version = "0.2", optional = true }
1010
rand = "0.9"
11-
nalgebra = "0.33.0"
11+
nalgebra = "0.34.0"
1212

1313
[dev-dependencies]
1414
quickcheck = "1.0"

clippy.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
allowed-duplicate-crates = [
2-
"zerocopy",
3-
"zerocopy-derive",
2+
"glam",
43
]

0 commit comments

Comments
 (0)