From 8385733a69ea747e1ebf30900acc07403da2000a Mon Sep 17 00:00:00 2001 From: Tony <68118705+Legend-Master@users.noreply.github.com> Date: Sat, 4 May 2024 22:54:29 +0800 Subject: [PATCH] chore: rename `.cargo/config` to `.cargo/config.toml` (#9655) --- .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