From 648755720b7feb2a18ee19e8917a47974c42bf6c Mon Sep 17 00:00:00 2001 From: JeffA233 <63136834+JeffA233@users.noreply.github.com> Date: Mon, 27 May 2024 16:19:13 -0400 Subject: [PATCH] bump rocketsim version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00df993..58cd8e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ crate-type = ["cdylib", "rlib"] ndarray = { version = "0.15.6"} rand = { version = "0.8.5", features=["small_rng"]} zip = { version = "2.1.0"} -rocketsim_rs = {version = "0.29.3", features=["bin", "serde_utils"]} +rocketsim_rs = {version = "0.29.4", features=["bin", "serde_utils"]} memmap2 = {version = "0.9.4"} ndarray-npy = {version = "0.8.1"} serde = {version = "1.0.201", features = ["derive"]}