Skip to content

Commit fa2ced6

Browse files
committed
Bump MSRV to 1.31.0
1 parent 4fda8db commit fa2ced6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
vmImage: ubuntu-16.04
1212
displayName: Minimum Rust (Linux)
1313
variables:
14-
TOOLCHAIN: 1.16.0
14+
TOOLCHAIN: 1.31.0
1515
steps:
1616
- template: ci/azure-install-rust.yml
1717
- script: cargo build
@@ -21,7 +21,7 @@ jobs:
2121
vmImage: vs2017-win2016
2222
displayName: Minimum Rust (Windows)
2323
variables:
24-
TOOLCHAIN: 1.16.0
24+
TOOLCHAIN: 1.31.0
2525
steps:
2626
- template: ci/azure-install-rust.yml
2727
- script: cargo build

0 commit comments

Comments
 (0)