From 544488eaa3d58c8669f3b7b9a5ab16ddc13c447f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 13:25:07 +0100 Subject: [PATCH] released version --- 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 e479656..2b291cc 100644 --- a/satrs-example/Cargo.toml +++ b/satrs-example/Cargo.toml @@ -20,12 +20,12 @@ thiserror = "1" derive-new = "0.5" [dependencies.satrs-core] -# version = "0.1.0-alpha.1" -path = "../satrs-core" +version = "0.1.0-alpha.3" +# path = "../satrs-core" [dependencies.satrs-mib] -# version = "0.1.0-alpha.1" -path = "../satrs-mib" +version = "0.1.0-alpha.2" +# path = "../satrs-mib" [features] dyn_tmtc = []