This is an automated email from the ASF dual-hosted git repository.
mxsm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 1ad5fdf57 [ISSUE #4707]Update rust sdk toolchain (#4708)
1ad5fdf57 is described below
commit 1ad5fdf573666516ab9ef279db3b166caa980830
Author: mxsm <[email protected]>
AuthorDate: Mon Jan 8 11:04:07 2024 +0800
[ISSUE #4707]Update rust sdk toolchain (#4708)
---
eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml | 1 +
eventmesh-sdks/eventmesh-sdk-rust/README.md | 6 ++++++
.../eventmesh-sdk-rust/rust-toolchain.toml | 21 ---------------------
3 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml
b/eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml
index 55b4881a4..0209e3d5e 100644
--- a/eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml
+++ b/eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml
@@ -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"]
diff --git a/eventmesh-sdks/eventmesh-sdk-rust/README.md
b/eventmesh-sdks/eventmesh-sdk-rust/README.md
index 89365a6ef..04dc48088 100644
--- a/eventmesh-sdks/eventmesh-sdk-rust/README.md
+++ b/eventmesh-sdks/eventmesh-sdk-rust/README.md
@@ -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
diff --git a/eventmesh-sdks/eventmesh-sdk-rust/rust-toolchain.toml
b/eventmesh-sdks/eventmesh-sdk-rust/rust-toolchain.toml
deleted file mode 100644
index 50096cb30..000000000
--- a/eventmesh-sdks/eventmesh-sdk-rust/rust-toolchain.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
-[toolchain]
-# TODO: we can remove this toolchain file when AFIT and RPITIT hits stable.
-channel = "nightly-x86_64-pc-windows-msvc"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]