From 76cf2e51e6affea309865c4d15fdd6681325c986 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 4 May 2024 15:34:47 -0700 Subject: [PATCH] rename .cargo/config -> .cargo/config.toml The old path is deprecated and current versions of rust warn about this. --- .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