From 909af88e9fce1e254993fc1da7dd3269098931e9 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sat, 10 Feb 2024 14:09:28 +0000 Subject: [PATCH] Rename .cargo/config to .cargo/config.toml Current nightly complains about the old path: warning: `/build/rp-hal/.cargo/config` is deprecated in favor of `config.toml` note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` --- .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