From 514b5b2656770b0d67fad087de7e3b62ba85e3ce Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Tue, 12 Nov 2024 11:46:45 +0000 Subject: [PATCH] fix: move .cargo/config to .cargo/config.toml This fixes a cargo warning printed in recent toolchains. Since we do not support toolchains older than 1.38, there is no need to symlink to the new file to the old one. Signed-off-by: Patrick Roy --- .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