From d71857ef2519593b33c97d71f07785c79684fb17 Mon Sep 17 00:00:00 2001 From: rex-schilasky <49162693+rex-schilasky@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:55:37 +0200 Subject: [PATCH] fixing linux build (commit 3b391fe) --- rustecal-core/Cargo.toml | 2 +- rustecal-service/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rustecal-core/Cargo.toml b/rustecal-core/Cargo.toml index e614562..11d0ec1 100644 --- a/rustecal-core/Cargo.toml +++ b/rustecal-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-core" -version = "0.1.3" +version = "0.1.4" authors = ["Rex Schilasky"] edition = "2021" description = "Core API for Eclipse eCAL" diff --git a/rustecal-service/Cargo.toml b/rustecal-service/Cargo.toml index 3334e38..5736d8a 100644 --- a/rustecal-service/Cargo.toml +++ b/rustecal-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-service" -version = "0.1.1" +version = "0.1.2" authors = ["Rex Schilasky"] edition = "2021" description = "Server/Client API for Eclipse eCAL"