diff --git a/rustecal-core/Cargo.toml b/rustecal-core/Cargo.toml index 48d04c4..4a7b484 100644 --- a/rustecal-core/Cargo.toml +++ b/rustecal-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-core" -version = "0.1.7" +version = "0.1.8" authors = ["Rex Schilasky"] edition = "2024" description = "Core API for Eclipse eCAL" diff --git a/rustecal-sys/Cargo.toml b/rustecal-sys/Cargo.toml index 880a17d..c8c43b4 100644 --- a/rustecal-sys/Cargo.toml +++ b/rustecal-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-sys" -version = "0.1.5" +version = "0.1.6" authors = ["Rex Schilasky"] edition = "2024" build = "build.rs"