diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 259b304fb5b8..35d6f53237dc 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -41,7 +41,7 @@ ixc_schema_macros = { path = "schema_macros", version = "0.0.2" } state_objects_macros = { path = "state_objects_macros", version = "0.0.2" } [dev-dependencies] -ixc_testing = { path = "testing", version = "0.0.1" } +ixc_testing = { path = "testing", version = "0.0.2" } arrayvec = "0.7.6" thiserror = "1.0.63"