Skip to content

Commit e341180

Browse files
version-bump (#85)
1 parent c13484f commit e341180

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.6"
3+
version = "0.1.7"
44
authors = ["Rex Schilasky"]
55
edition = "2024"
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.7"
3+
version = "0.1.8"
44
authors = ["Rex Schilasky"]
55
edition = "2024"
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.5"
3+
version = "0.1.6"
44
authors = ["Rex Schilasky"]
55
edition = "2024"
66
description = "Server/Client API for Eclipse eCAL"

rustecal-sys/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-sys"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Rex Schilasky"]
55
edition = "2024"
66
build = "build.rs"

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.6"
3+
version = "0.1.7"
44
authors = ["Rex Schilasky"]
55
edition = "2024"
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.4"
3+
version = "0.1.5"
44
authors = ["Rex Schilasky"]
55
edition = "2024"
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.4"
3+
version = "0.1.5"
44
edition = "2024"
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.4"
3+
version = "0.1.5"
44
authors = ["Rex Schilasky"]
55
edition = "2024"
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.6"
3+
version = "0.1.7"
44
edition = "2024"
55
description = "Meta-crate for rustecal: re-exports core, pubsub and service APIs"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)