diff --git a/rustecal-core/Cargo.toml b/rustecal-core/Cargo.toml index 408904b..9df0648 100644 --- a/rustecal-core/Cargo.toml +++ b/rustecal-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-core" -version = "0.1.5" +version = "0.1.6" authors = ["Rex Schilasky"] edition = "2021" description = "Core API for Eclipse eCAL" diff --git a/rustecal-pubsub/Cargo.toml b/rustecal-pubsub/Cargo.toml index 5fe9e91..39537ab 100644 --- a/rustecal-pubsub/Cargo.toml +++ b/rustecal-pubsub/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-pubsub" -version = "0.1.6" +version = "0.1.7" authors = ["Rex Schilasky"] edition = "2021" description = "Publish/Subscribe API for Eclipse eCAL" diff --git a/rustecal-service/Cargo.toml b/rustecal-service/Cargo.toml index 23c3ddc..4af461b 100644 --- a/rustecal-service/Cargo.toml +++ b/rustecal-service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-service" -version = "0.1.4" +version = "0.1.5" authors = ["Rex Schilasky"] edition = "2021" description = "Server/Client API for Eclipse eCAL" diff --git a/rustecal-sys/Cargo.toml b/rustecal-sys/Cargo.toml index 9e1deab..15f14a6 100644 --- a/rustecal-sys/Cargo.toml +++ b/rustecal-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-sys" -version = "0.1.3" +version = "0.1.4" authors = ["Rex Schilasky"] edition = "2021" build = "build.rs" diff --git a/rustecal-types-bytes/Cargo.toml b/rustecal-types-bytes/Cargo.toml index 04ab83f..415a650 100644 --- a/rustecal-types-bytes/Cargo.toml +++ b/rustecal-types-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-types-bytes" -version = "0.1.5" +version = "0.1.6" authors = ["Rex Schilasky"] edition = "2021" description = "Vec type support for rustecal TypedPublisher/TypedSubscriber" diff --git a/rustecal-types-protobuf/Cargo.toml b/rustecal-types-protobuf/Cargo.toml index 1174f36..3055446 100644 --- a/rustecal-types-protobuf/Cargo.toml +++ b/rustecal-types-protobuf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-types-protobuf" -version = "0.1.3" +version = "0.1.4" authors = ["Rex Schilasky"] edition = "2021" description = "Google Protobuf type support for rustecal TypedPublisher/TypedSubscriber" diff --git a/rustecal-types-serde/Cargo.toml b/rustecal-types-serde/Cargo.toml index 09ed56c..9158890 100644 --- a/rustecal-types-serde/Cargo.toml +++ b/rustecal-types-serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-types-serde" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "JSON/CBOR/MessagePack type support for rustecal TypedPublisher/TypedSubscriber" license = "Apache-2.0" diff --git a/rustecal-types-string/Cargo.toml b/rustecal-types-string/Cargo.toml index dc92cdb..06e02a8 100644 --- a/rustecal-types-string/Cargo.toml +++ b/rustecal-types-string/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal-types-string" -version = "0.1.3" +version = "0.1.4" authors = ["Rex Schilasky"] edition = "2021" description = "String type support for rustecal TypedPublisher/TypedSubscriber" diff --git a/rustecal/Cargo.toml b/rustecal/Cargo.toml index 15b4528..b3977d6 100644 --- a/rustecal/Cargo.toml +++ b/rustecal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustecal" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Meta-crate for rustecal: re-exports core, pubsub and service APIs" license = "Apache-2.0"