From 341aee54b1f321768531b69808bb9094f2fc238e Mon Sep 17 00:00:00 2001 From: Saber Haj Rabiee Date: Fri, 17 Jun 2022 07:48:41 -0700 Subject: [PATCH] chore: rename config to config.toml (#264) --- .cargo/{config => config.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .cargo/{config => config.toml} (52%) diff --git a/.cargo/config b/.cargo/config.toml similarity index 52% rename from .cargo/config rename to .cargo/config.toml index 10756b1..cf7055a 100644 --- a/.cargo/config +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [target.'cfg(unix)'] -runner = 'sudo -E' \ No newline at end of file +runner = 'sudo -E'