Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dbb20e9

Browse files
dependabot[bot]vil02
andauthored
chore(deps): update nalgebra requirement from 0.33.0 to 0.34.0 (TheAlgorithms#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>
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 <malikanshul29@gmail.com>"]
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)

AltStyle によって変換されたページ (->オリジナル) /