Skip to content

Commit 1174e2e

Browse files
Bump nalgebra from 0.33.2 to 0.34.0
Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.33.2 to 0.34.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b28c441 commit 1174e2e

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

Cargo.lock

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ approx = "0.5"
1717
clap = { version = "4", features = ["derive"], default-features = false }
1818
itertools = {version = "0.14"}
1919
itertools-num = {version = "0.1", default-features = false}
20-
nalgebra = {version = "0.33", default-features = false}
20+
nalgebra = {version = "0.34", default-features = false}
2121
rayon = "1.10"
2222
faunus = { git = "https://github.com/mlund/faunus-rs.git" }
2323
interatomic = { git = "https://github.com/mlund/interatomic.git", version = "0.3", features = ["serde"] }

0 commit comments

Comments
 (0)