This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 4de1adc1 chore: Use rust-toolchain.toml for better toolchain support 
(#699)
4de1adc1 is described below

commit 4de1adc1d01122d60fc77342743062e2b499a9a1
Author: Xuanwo <[email protected]>
AuthorDate: Tue Jul 23 04:16:45 2024 +0800

    chore: Use rust-toolchain.toml for better toolchain support (#699)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 rust-toolchain      |  1 -
 rust-toolchain.toml | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/rust-toolchain b/rust-toolchain
deleted file mode 100644
index 17420a57..00000000
--- a/rust-toolchain
+++ /dev/null
@@ -1 +0,0 @@
-1.79
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 00000000..fe9eee97
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,20 @@
+# 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]
+channel = "1.79"
+components = ["rustfmt", "clippy", "rust-analyzer"]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to