Skip to content

Commit e66e2d8

Browse files
crates rustecal-service and rustecal update (fix in service server drop) (#55)
1 parent bc72fdd commit e66e2d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2"
3+
version = "0.1.3"
44
authors = ["Rex Schilasky"]
55
edition = "2021"
66
description = "Server/Client API for Eclipse eCAL"

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.2"
3+
version = "0.1.3"
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)