Skip to content

Commit bdd6016

Browse files
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>
1 parent 99e33d1 commit bdd6016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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"

0 commit comments

Comments
 (0)