From 28b4ab4ec5fce8ab88a1d312a5eccac0ed63a8ee Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 1 Sep 2022 09:13:59 +0200 Subject: [PATCH] chore: Rename .cargo/{config => config.toml} Cargo understands this as well, and this way editors pick up the file type correctly. The old file name is also no longer documented in https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure --- .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