From aa47999e81e67239b6a8eba4526b7a2cfa78628b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 2 Jul 2022 23:13:49 -0400 Subject: [PATCH] pin rust nightly until regression is fixed (#7388) --- .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 bc90a2f7cbf5..9dee594a3523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,7 @@ jobs: - {VERSION: "3.10", TOXENV: "py310"} RUST: - beta - - nightly + - nightly-2022-06-30 name: "Rust Coverage" timeout-minutes: 15 steps: