From 72d5fd8ceeb79ac20072b50fe9f04825af7a7168 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Tue, 19 Mar 2024 15:48:50 -0500 Subject: [PATCH] The config file should now be config.toml I got this warning when attmepting to use nightly to debug CI issues on GitHub Actions. --- .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