From adf73a2da102044b503926de8d4e68714b25a300 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sat, 1 Jun 2024 06:00:57 -0700 Subject: [PATCH] .cargo/config -> .cargo/config.toml This addresses a deprecation warning. The latter filename has been supported since Rust 1.39, well under our MSRV. --- .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