From 9cd07f8461cd0db72fd4fbb4ff3b431abfecfac7 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Thu, 28 Nov 2024 13:08:34 +0100 Subject: [PATCH] Update links to uProtocol spec Updated URLs to point to v1.6.0-alpha.4 tag. --- 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 11522bd..3fee1fb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Eclipse uProtocol Rust library -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. +This is the [uProtocol v1.6.0-alpha.4 Language Library](https://github.com/eclipse-uprotocol/uprotocol-spec/blob/v1.6.0-alpha.4/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.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). +* 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.4/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.4/up-l1/README.adoc). ## Using the Crate