From 597a439fcdf259bbac85d3a7cedb9875a8828d96 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 18 Sep 2024 10:42:12 -0700 Subject: [PATCH] Rename config.toml (#574) This renames the config file used in CI to `config.toml` so that cargo does not generate warnings about the old `config` filename. This is supported back to Rust 1.39. --- ci/.cargo/{config => config.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ci/.cargo/{config => config.toml} (100%) diff --git a/ci/.cargo/config b/ci/.cargo/config.toml similarity index 100% rename from ci/.cargo/config rename to ci/.cargo/config.toml