Skip to content

Commit

Permalink
Update minimum Rustc version (MSVR) to 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jan 5, 2021
1 parent 020dead commit 5c577ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: nightly
displayName: Nightly
# Pin nightly to avoid being impacted by breakage
rust_version: nightly-2019-11-14
rust_version: nightly-2020-12-31
benches: true

# This represents the minimum Rust version supported by
Expand All @@ -39,7 +39,7 @@ jobs:
parameters:
name: minrust
displayName: Min Rust
rust_version: 1.39.0
rust_version: 1.46.0
cmd: check
cross: true

Expand Down

0 comments on commit 5c577ef

Please sign in to comment.