From c3ef45424cf3b8ee6e3d6dd727f7c5da93d4bbc8 Mon Sep 17 00:00:00 2001 From: Martell Malone Date: Fri, 1 May 2020 18:49:48 -0700 Subject: [PATCH] Update to nightly that fixes regression --- .travis.yml | 2 +- azure-pipelines.yml | 2 +- diesel_compile_tests/rust-toolchain | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5a766b739ab..ea37022372f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,7 @@ matrix: allow_failures: - rust: nightly include: - - rust: nightly-2020-04-23 + - rust: nightly-2020-05-01 name: "Compile tests" env: RUSTFLAGS="--cap-lints=warn" script: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 195259559a1a..0185f0447b46 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -167,7 +167,7 @@ jobs: - template: _build/install-rust.yml parameters: platform: Linux - rust_version: nightly-2020-04-23 + rust_version: nightly-2020-05-01 - bash: | sudo apt-get update && sudo apt-get -y install libsqlite3-dev libpq-dev libmysqlclient-dev diff --git a/diesel_compile_tests/rust-toolchain b/diesel_compile_tests/rust-toolchain index 49343abff822..1bc2439682ea 100644 --- a/diesel_compile_tests/rust-toolchain +++ b/diesel_compile_tests/rust-toolchain @@ -1 +1 @@ -nightly-2020-04-23 +nightly-2020-05-01