Skip to content

Commit

Permalink
Prepare for 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Jul 17, 2024
1 parent 9ca6948 commit 24ed76d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand All @@ -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"]
Expand Down

0 comments on commit 24ed76d

Please sign in to comment.