mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 20:38:30 +00:00
Merge pull request #1192 from hannobraun/dependabot/cargo/nalgebra-0.31.2
Bump nalgebra from 0.31.1 to 0.31.2
This commit is contained in:
commit
43c6c0d136
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1915,9 +1915,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nalgebra"
|
name = "nalgebra"
|
||||||
version = "0.31.1"
|
version = "0.31.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e9e0a04ce089f9401aac565c740ed30c46291260f27d4911fdbaa6ca65fa3044"
|
checksum = "da388c517f7c8540918d00f7aed9864c1ead01a14a0cc21513b171857119de12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"approx 0.5.1",
|
"approx 0.5.1",
|
||||||
"matrixmultiply",
|
"matrixmultiply",
|
||||||
|
@ -13,7 +13,7 @@ categories.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
approx = "0.5.1"
|
approx = "0.5.1"
|
||||||
decorum = "0.3.1"
|
decorum = "0.3.1"
|
||||||
nalgebra = "0.31.1"
|
nalgebra = "0.31.2"
|
||||||
num-traits = "0.2.15"
|
num-traits = "0.2.15"
|
||||||
parry2d-f64 = "0.10.0"
|
parry2d-f64 = "0.10.0"
|
||||||
parry3d-f64 = "0.10.0"
|
parry3d-f64 = "0.10.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user