From db4974407d6cb745e2662c0abd4897896163c643 Mon Sep 17 00:00:00 2001 From: dbr Date: Thu, 12 Jan 2023 12:39:44 +1030 Subject: [PATCH] Remove testing on Rust beta Extra CI time for questionable benefit --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50b7eed..e845083 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,6 @@ jobs: matrix: rust: - stable - - beta - "1.57" os: - ubuntu-latest