From 9953b508465c9514fb580e11d2b75c7b304c5bc8 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 19 May 2024 13:51:46 +0200 Subject: [PATCH] refactor(example/main/.cargo/config): Add a `.toml` extension Cargo is deprecating the old name (i.e. without the `.toml` extension). --- example/main/.cargo/{config => config.toml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename example/main/.cargo/{config => config.toml} (100%) diff --git a/example/main/.cargo/config b/example/main/.cargo/config.toml similarity index 100% rename from example/main/.cargo/config rename to example/main/.cargo/config.toml