Skip to content

Commit e0094ad

Browse files
committed
Prepare v0.9.0 release
Also upgraded up-rust to v.0.9.0.
1 parent 014d5c7 commit e0094ad

3 files changed

Lines changed: 14 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "up-transport-zenoh"
2121
readme = "README.md"
2222
repository = "https://github.com/eclipse-uprotocol/up-transport-zenoh-rust"
2323
rust-version = "1.85"
24-
version = "0.9.0-SNAPSHOT"
24+
version = "0.9.0"
2525

2626
[lints.clippy]
2727
all = "deny"
@@ -37,19 +37,19 @@ bytes = "1.10.1"
3737
protobuf = { version = "3.7.2" }
3838
tokio = { version = "1.45.1", default-features = false }
3939
tracing = "0.1.40"
40-
up-rust = { version = "0.8.1", default-features = false }
40+
up-rust = { version = "0.9", default-features = false }
4141
# [impl->dsn~up-transport-zenoh-protocol-version~1]
4242
zenoh = { version = "1.6.2" }
4343

4444
[dev-dependencies]
45-
chrono = "0.4.41"
45+
chrono = "0.4.42"
4646
clap = { version = "4.5.51", features = ["derive"] }
4747
serde_json = "1.0.145"
4848
serial_test = { version = "3.2.0" }
4949
test-case = { version = "3.3" }
5050
tokio = { version = "1.45.1", default-features = false, features = ["rt-multi-thread", "signal"] }
5151
tracing-subscriber = "0.3.20"
52-
up-rust = { version = "0.8.1", features = ["communication", "test-util"] }
52+
up-rust = { version = "0.9", features = ["communication", "test-util"] }
5353

5454
[profile.release]
5555
opt-level = 3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rust based Eclipse Zenoh™ Transport Library for Eclipse uProtocol™
22

3-
This crate implements the Zenoh transport as specified in [uProtocol v1.6.0-alpha.6](https://github.com/eclipse-uprotocol/up-spec/tree/v1.6.0-alpha.6).
3+
This crate implements the Zenoh transport as specified in [uProtocol v1.6.0-alpha.7](https://github.com/eclipse-uprotocol/up-spec/tree/v1.6.0-alpha.7).
44

55
## Getting started
66

@@ -66,7 +66,7 @@ Covers:
6666
### Supported Message Delivery Methods
6767
`uman~supported-message-delivery-methods~1`
6868

69-
The transport provided by this crate supports the [push delivery method](https://github.com/eclipse-uprotocol/up-spec/blob/v1.6.0-alpha.6/up-l1/README.adoc#5-message-delivery) only.
69+
The transport provided by this crate supports the [push delivery method](https://github.com/eclipse-uprotocol/up-spec/blob/v1.6.0-alpha.7/up-l1/README.adoc#5-message-delivery) only.
7070
The `UPTransportZenoh::receive` function therefore always returns `UCode::UNIMPLEMENTED`.
7171

7272
Covers:

0 commit comments

Comments
 (0)