From f243d433ef577451d06fdd5ce9f04dbe74868485 Mon Sep 17 00:00:00 2001 From: Ulrik Sverdrup Date: Mon, 11 Mar 2024 23:09:03 +0100 Subject: [PATCH] Remove borsch from msrv builder Is not supported at msrv anyway (msrv applies to defaults) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f8c77b..6d5be57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: matrix: include: - rust: 1.51.0 # MSRV - features: serde, borsh + features: serde experimental: false - rust: stable features: