From 18cec8bcf0435bf01a9a3be5fe3469c73cb9f6b6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 13 Feb 2024 11:07:27 +0100 Subject: [PATCH] prepare example release v0.1.0 --- 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 d7c2298..4ea2768 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.0-alpha.3" -path = "../satrs" +version = "0.1.1" +# path = "../satrs" [dependencies.satrs-mib] -# version = "0.1.0-alpha.2" -path = "../satrs-mib" +version = "0.1.0" +# path = "../satrs-mib" [features] dyn_tmtc = []