From a501832698fe98ff3270fd8a5e44796a65b70429 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 10 May 2025 16:30:37 +0200 Subject: [PATCH] should fix tests --- satrs-mib/codegen/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index 6ff52dc..fb4bbf8 100644 --- a/satrs-mib/codegen/Cargo.toml +++ b/satrs-mib/codegen/Cargo.toml @@ -28,8 +28,7 @@ features = ["full"] trybuild = { version = "1", features = ["diff"] } [dev-dependencies.satrs-shared] -path = "../../satrs-shared" -version = ">=0.1.3, <=0.2" +version = "0.2.2" [dev-dependencies.satrs-mib] path = ".."