Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rustecal-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-pubsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-sys"
version = "0.1.3"
version = "0.1.4"
authors = ["Rex Schilasky"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-types-bytes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustecal-types-bytes"
version = "0.1.5"
version = "0.1.6"
authors = ["Rex Schilasky"]
edition = "2021"
description = "Vec<u8> type support for rustecal TypedPublisher/TypedSubscriber"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-types-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-types-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rustecal-types-string/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rustecal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down