From 2172bb37f901ed2a2888d4860aa9f0a43a17f6aa Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Tue, 30 Jul 2024 16:50:14 +0200 Subject: [PATCH 1/3] Moved up-spec to v1.6.0-alpha.3 --- up-spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/up-spec b/up-spec index e833717..3bbae37 160000 --- a/up-spec +++ b/up-spec @@ -1 +1 @@ -Subproject commit e833717c130b982ea1cedfe8d60b681fdc5caf39 +Subproject commit 3bbae3786873af72fadf2a6102332f364edc695e From 0ec054560bb2dbe770253841e71edf47171b963b Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Tue, 30 Jul 2024 16:53:32 +0200 Subject: [PATCH 2/3] Update links to up-spec v1.6.0-alpha.3 --- README.md | 6 +++--- src/lib.rs | 18 +++++++++--------- src/utransport.rs | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index aa5ae63..11522bd 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Eclipse uProtocol Rust library -This is the [uProtocol v1.6.0-alpha.2 Language Library](https://github.com/eclipse-uprotocol/uprotocol-spec/blob/v1.6.0-alpha.2/languages.adoc) for the Rust programming language. +This is the [uProtocol v1.6.0-alpha.3 Language Library](https://github.com/eclipse-uprotocol/uprotocol-spec/blob/v1.6.0-alpha.3/languages.adoc) for the Rust programming language. The crate can be used to -* implement uEntities that communicate with each other using the uProtocol [Communication Layer API](https://github.com/eclipse-uprotocol/up-spec/blob/v1.6.0-alpha.2/up-l2/api.adoc) over one of the supported transport protocols. -* implement support for an additional transport protocol by means of implementing the [Transport Layer API](https://github.com/eclipse-uprotocol/up-spec/blob/v1.6.0-alpha.2/up-l1/README.adoc). +* implement uEntities that communicate with each other using the uProtocol [Communication Layer API](https://github.com/eclipse-uprotocol/up-spec/blob/v1.6.0-alpha.3/up-l2/api.adoc) over one of the supported transport protocols. +* implement support for an additional transport protocol by means of implementing the [Transport Layer API](https://github.com/eclipse-uprotocol/up-spec/blob/v1.6.0-alpha.3/up-l1/README.adoc). ## Using the Crate