Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update nalgebra requirement from 0.33.0 to 0.34.0 (TheAl…
…gorithms#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] <support@github.com>

* fix: allow duplicated versions of `glam`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vil02 <65706193+vil02@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and vil02 authored Jul 31, 2025
commit dbb20e92327cac5e61d842390e90cf4fe23f492c
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Anshul Malik <malikanshul29@gmail.com>"]
num-bigint = { version = "0.4", optional = true }
num-traits = { version = "0.2", optional = true }
rand = "0.9"
nalgebra = "0.33.0"
nalgebra = "0.34.0"

[dev-dependencies]
quickcheck = "1.0"
Expand Down
3 changes: 1 addition & 2 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
allowed-duplicate-crates = [
"zerocopy",
"zerocopy-derive",
"glam",
]