From ce405e70987c2a7c70a991f19616509e0edd2ce7 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 12 Feb 2021 12:03:46 +0000 Subject: [PATCH] check all the versions --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88e98f5e8..3231ace62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,10 @@ jobs: - { name: Windows, os: windows-latest, triple: x86_64-pc-windows-msvc } version: - 1.46.0 # MSRV - # - stable + - 1.47.0 + - 1.48.0 - 1.49.0 + - 1.50.0 - stable - beta - nightly