From 012eb82f42ddabc67cba6087367d3d80ca139e21 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 21 Feb 2024 11:22:16 +0100 Subject: [PATCH] bump example --- satrs-example/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/satrs-example/Cargo.toml b/satrs-example/Cargo.toml index 4814001..900cdc1 100644 --- a/satrs-example/Cargo.toml +++ b/satrs-example/Cargo.toml @@ -20,12 +20,12 @@ thiserror = "1" derive-new = "0.5" [dependencies.satrs] -# version = "0.1.1" -path = "../satrs" +version = "0.2.0-rc.0" +# path = "../satrs" [dependencies.satrs-mib] -# version = "0.1.0" -path = "../satrs-mib" +version = "0.1.1" +# path = "../satrs-mib" [features] dyn_tmtc = [] -- 2.43.0