From f08c2f3b6fbeb21517b0e001c928a02e92d2bf4f Mon Sep 17 00:00:00 2001
From: shamardy <shamardy@yahoo.com>
Date: Thu, 25 Jul 2024 20:54:33 +0300
Subject: [PATCH] chore: migrate .cargo/config to .cargo/config.toml to avoid
 deprecation warning

---
 .cargo/{config => config.toml} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename .cargo/{config => config.toml} (99%)

diff --git a/.cargo/config b/.cargo/config.toml
similarity index 99%
rename from .cargo/config
rename to .cargo/config.toml
index c81c668c82..5704896780 100644
--- a/.cargo/config
+++ b/.cargo/config.toml
@@ -8,14 +8,14 @@ rustflags = [ "-Zshare-generics=y" ]
 # [target.x86_64-unknown-linux-gnu]
 # linker = "clang"
 # rustflags = [ "-Clink-arg=-fuse-ld=lld" ]
-# 
+#
 # # `brew install llvm`
 # [target.x86_64-apple-darwin]
 # rustflags = [
 #     "-C",
 #     "link-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld",
 # ]
-# 
+#
 # [target.aarch64-apple-darwin]
 # rustflags = [
 #     "-C",