From 1f8a608c6efae3b30450aa59a83f016c0eda7cf2 Mon Sep 17 00:00:00 2001 From: denehoffman Date: Tue, 30 Jul 2024 13:19:10 -0400 Subject: [PATCH] chore: update versions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 097b464..d66ff34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://github.com/denehoffman/rustitude/" [workspace.dependencies] rustitude-core = { version = "7.0.0", path = "crates/rustitude-core" } rustitude = { version = "0.9.3", path = "crates/rustitude" } -rustitude-gluex = { version = "0.4.8", path = "crates/rustitude-gluex" } +rustitude-gluex = { version = "0.4.9", path = "crates/rustitude-gluex" } rayon = { version = "1.10.0" } approx = { version = "0.5.1", features = ["num-complex"] } nalgebra = "0.33.0"