From 0e1a0134c2b6ac26467fa1fa11e27d1b7aa7408d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 27 Sep 2021 10:56:42 +0200 Subject: [PATCH] Bump MSRV to 1.50.0 rustls uses bool::then, for example, stabilized in 1.50: https://github.com/rust-lang/rust/pull/79299 Note that their real MSRV is 1.52.1 so this may need to be bumped further. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4e5609c..1cfcfa1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: - stable - beta - nightly - - 1.39.0 + - 1.50.0 os: [ubuntu-18.04] # but only stable on macos/windows (slower platforms) include: