From e6268cbc47143095f210d3a8497bf064a88c09b8 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 21 Jun 2020 13:21:16 -0400 Subject: [PATCH 1/2] Bump MSRV --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5cc11d8..11a52c1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,12 +47,12 @@ jobs: - job: msrv pool: vmImage: ubuntu-latest - displayName: "Minimum supported Rust version: 1.36.0" + displayName: "Minimum supported Rust version: 1.40.0" dependsOn: [] steps: - template: install-rust.yml@templates parameters: - rust: 1.36.0 + rust: 1.40.0 # static-assertions (1.37+) and base64 (1.40+) - script: cargo check displayName: cargo check - job: integration From f0ebe4b568e5beeaed224b61495307edad09f302 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 21 Jun 2020 13:23:57 -0400 Subject: [PATCH 2/2] Update remote CI deps --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 11a52c1..de1917f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -79,11 +79,11 @@ resources: - repository: templates type: github name: crate-ci/azure-pipelines - ref: refs/heads/v0.3 + ref: refs/heads/v0.4 endpoint: jonhoo containers: - container: greenmail - image: greenmail/standalone:1.5.11 + image: greenmail/standalone:1.5.13 ports: - 3025:3025 - 3110:3110