From 8883daad0a2a833b7218a795501fc9fa5dfc8f6c Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Wed, 24 Apr 2024 16:49:53 +0900 Subject: [PATCH] make format --- rust/rust-toolchain.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/rust/rust-toolchain.toml b/rust/rust-toolchain.toml index 6f14058b2e2..7e37cd27506 100644 --- a/rust/rust-toolchain.toml +++ b/rust/rust-toolchain.toml @@ -1,2 +1,17 @@ +# +# Copyright (C) 2019-2024 vdaas.org vald team +# +# Licensed 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 +# +# https://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.77.2"