From 07131a9f25acde2a7262d7d2907076c9695f4a70 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 26 Dec 2024 10:50:40 +0100 Subject: [PATCH] CI: Remove seemingly unused `patch.toml` file This file was added when the initial repo was set up, but it was never referenced anywhere and neither `actions-rs/toolchain`, nor `actions-rs/cargo`, nor `dtolnay/rust-toolchain` seem to be using this file implicitly either. --- .github/workflows/patch.toml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/workflows/patch.toml diff --git a/.github/workflows/patch.toml b/.github/workflows/patch.toml deleted file mode 100644 index 0a657b3131..0000000000 --- a/.github/workflows/patch.toml +++ /dev/null @@ -1,4 +0,0 @@ -# Patch dependencies to run all tests against versions of the crate in the -# repository. -[patch.crates-io] -axum = { path = "axum" }