From 24ed76dd7d2d4700687d36c689f1c776e401892c Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Wed, 17 Jul 2024 15:21:08 +0200 Subject: [PATCH] Prepare for 0.1.0 release --- Cargo.lock | 2 +- Cargo.toml | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba88927..e405255 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1334,7 +1334,7 @@ dependencies = [ [[package]] name = "up-rust" -version = "0.1.5" +version = "0.1.0" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2d78a0a..818d121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ [package] categories = ["api-bindings"] -description = "Rust implementation of the Eclipse uProtocol library" -documentation = "https://github.com/eclipse-uprotocol/up-spec#readme" +description = "The Eclipse uProtocol Rust Language Library" +documentation = "https://github.com/eclipse-uprotocol/up-spec" edition = "2021" exclude = [ "tests/*", @@ -23,14 +23,17 @@ exclude = [ ".vscode/*", ".github/*", ".gitignore", + "about.hbs", + "about.toml", + "deny.toml", ] -keywords = ["uProtocol", "SDK"] +keywords = ["uProtocol", "SDK", "communication"] license = "Apache-2.0" name = "up-rust" readme = "README.md" repository = "https://github.com/eclipse-uprotocol/up-rust" rust-version = "1.74.1" -version = "0.1.5" +version = "0.1.0" [features] default = ["communication"]