Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ name = "up-rust"
readme = "README.md"
repository = "https://github.com/eclipse-uprotocol/up-rust"
rust-version = "1.82"
version = "0.9.0-SNAPSHOT"
version = "0.9.0"

[features]
default = ["communication"]
Expand Down Expand Up @@ -65,7 +65,7 @@ protobuf-codegen = { version = "3.7.2" }
protoc-bin-vendored = { version = "3.2" }

[dev-dependencies]
clap = { version = "4.5.50" }
clap = { version = "4.5.51" }
cucumber = { version = "0.21.1", features = ["output-junit"] }
hex = { version = "0.4.3" }
mockall = { version = "0.13.1" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The crate needs to be added to the `[dependencies]` section of the `Cargo.toml`

```toml
[dependencies]
up-rust = { version = "0.8" }
up-rust = { version = "0.9" }
```

Most developers will want to use the Communication Level API and its default implementation which are provided by the `communication` module. Please refer to the [examples](./examples/) for inspiration how to use this crate.
Expand Down