From b2502acc515258fc0f80ce470f4eca8a5fb9662a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E6=89=8B=E6=8E=89=E5=8C=85=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E5=B8=88?= Date: Thu, 9 May 2024 23:39:42 +0900 Subject: [PATCH] chore: rename config to config.toml (#549) Cargo recommended using use `config.toml` as the config file name. Signed-off-by: hi-rustin --- .cargo/{config => config.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cargo/{config => config.toml} (100%) diff --git a/.cargo/config b/.cargo/config.toml similarity index 100% rename from .cargo/config rename to .cargo/config.toml