1
0
Fork 0

commit lockfile

This commit is contained in:
Simon Renblad 2024-10-29 17:15:43 +08:00
parent 78ee3a96d1
commit 39f7a217f3
1 changed files with 2 additions and 2 deletions

4
src/Cargo.lock generated
View File

@ -384,9 +384,9 @@ checksum = "c75de51135344a4f8ed3cfe2720dc27736f7711989703a0b43aadf3753c55577"
[[package]] [[package]]
name = "nalgebra" name = "nalgebra"
version = "0.33.1" version = "0.33.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf139e93ad757869338ad85239cb1d6c067b23b94e5846e637ca6328ee4be60" checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b"
dependencies = [ dependencies = [
"approx", "approx",
"num-complex", "num-complex",