Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE #4707]Update rust sdk toolchain #4708

Merged
merged 1 commit into from
Jan 8, 2024
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
1 change: 1 addition & 0 deletions eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ edition = "2021"
authors = [
"mxsm <[email protected]>"
]
msrv = "1.75.0"
description = "Rust client for Apache EventMesh"
license = "Apache-2.0"
keywords = ["EventMesh", "SDK", "rust-client", "rust", "eventmesh-rust-sdk"]
Expand Down
6 changes: 6 additions & 0 deletions eventmesh-sdks/eventmesh-sdk-rust/README.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The markdown file is not distributed with the SDK binary package. It can be added to the documentation website when there is time in the future.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Eventmesh rust sdk

## Quickstart

### Requirements

1. rust toolchain, eventmesh's MSRV is 1.75.
2. protoc 3.15.0+
3. setup eventmesh runtime

### Add Dependency

```toml
Expand Down
21 changes: 0 additions & 21 deletions eventmesh-sdks/eventmesh-sdk-rust/rust-toolchain.toml

This file was deleted.

Loading