Skip to content

Commit

Permalink
[ISSUE apache#4707]Update rust sdk toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Jan 1, 2024
1 parent bd2aeb9 commit f0fc592
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
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 <mxsm@apache.org>"
]
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
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.

0 comments on commit f0fc592

Please sign in to comment.