From 1e2ac9404e0ec11c870e8db0ef9390759f50b998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 19:32:25 +0000 Subject: [PATCH] Update icasadi_test requirement from 0.0.2 to 0.0.3 Updates the requirements on icasadi_test to permit the latest version. --- updated-dependencies: - dependency-name: icasadi_test dependency-version: 0.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b967529b..e3046466 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ unit_test_utils = "0.1.3" # testing locally # icasadi_test = { path = "test/icasadi_test/" } # instead, use: -icasadi_test = "0.0.2" +icasadi_test = "0.0.3" # Random number generators for unit tests: rand = "0.9"