This is an automated email from the ASF dual-hosted git repository.
lrhkobe 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 763440474 [ISSUE #4503]Rust sdk use nightly toolchain (#4504)
763440474 is described below
commit 7634404743bd1290a6466f4ac3e1112881e19de9
Author: mxsm <[email protected]>
AuthorDate: Wed Oct 25 16:09:44 2023 +0800
[ISSUE #4503]Rust sdk use nightly toolchain (#4504)
* [ISSUE #4503]Rust sdk use nightly toolchain
* add apache License
---
eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml | 1 -
.../eventmesh-sdk-rust/rust-toolchain.toml | 21 +++++++++++++++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml
b/eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml
index 444baa706..0dd9fa939 100644
--- a/eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml
+++ b/eventmesh-sdks/eventmesh-sdk-rust/Cargo.toml
@@ -19,7 +19,6 @@
name = "eventmesh"
version = "1.9.0"
edition = "2021"
-rust-version = "1.70"
authors = [
"mxsm <[email protected]>"
]
diff --git a/eventmesh-sdks/eventmesh-sdk-rust/rust-toolchain.toml
b/eventmesh-sdks/eventmesh-sdk-rust/rust-toolchain.toml
new file mode 100644
index 000000000..15d04a135
--- /dev/null
+++ b/eventmesh-sdks/eventmesh-sdk-rust/rust-toolchain.toml
@@ -0,0 +1,21 @@
+# 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"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]