Skip to content

Commit e7528b1

Browse files
chore(deps): update nalgebra requirement from 0.34.0 to 0.35.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](dimforge/nalgebra@v0.34.1...v0.35.0) --- updated-dependencies: - dependency-name: nalgebra dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c60aaa6 commit e7528b1

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
@@ -5,7 +5,7 @@ edition = "2021"
55
authors = ["Anshul Malik <malikanshul29@gmail.com>"]
66

77
[dependencies]
8-
nalgebra = "0.34.0"
8+
nalgebra = "0.35.0"
99
ndarray = "0.17.2"
1010
num-bigint = { version = "0.4", optional = true }
1111
num-traits = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)