diff --git a/day13/Cargo.toml b/day13/Cargo.toml index 07a6993..0cf4d0b 100644 --- a/day13/Cargo.toml +++ b/day13/Cargo.toml @@ -12,7 +12,7 @@ lazy_static = {workspace = true} pathfinding = {workspace = true} itertools = {workspace = true} #z3 = {workspace = true} -nalgebra = "0.33.2" +nalgebra = "0.34.0" [dependencies.utils] path = "../utils" \ No newline at end of file