Skip to content

Commit c03988d

Browse files
eCAL configuration wrapped (#59)
eCAL configuration introduced to tweak eCAL behaviour via Rust API
1 parent 45a889b commit c03988d

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

rustecal-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-core"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Core API for Eclipse eCAL"

rustecal-pubsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-pubsub"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Publish/Subscribe API for Eclipse eCAL"

rustecal-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-service"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Server/Client API for Eclipse eCAL"

rustecal-types-bytes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-types-bytes"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Vec<u8> type support for rustecal TypedPublisher/TypedSubscriber"

rustecal-types-protobuf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-types-protobuf"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Google Protobuf type support for rustecal TypedPublisher/TypedSubscriber"

rustecal-types-serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-types-serde"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "JSON/CBOR/MessagePack type support for rustecal TypedPublisher/TypedSubscriber"
66
license = "Apache-2.0"

rustecal-types-string/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal-types-string"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "String type support for rustecal TypedPublisher/TypedSubscriber"

rustecal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustecal"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "Meta-crate for rustecal: re-exports core, pubsub and service APIs"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)