FIXUP - bump compiler version to support ring
The underlying Rust library for crypto `ring` using multiple `#[cfg_attr()]` properties together which stabilized in rust 1.33.0: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#language-4 Previously, everything else in this could be compiled with rust 1.32.0, so this may constitute a breaking change.
This commit is contained in:
parent
e3123476f5
commit
6f9b66b927
1 changed files with 2 additions and 2 deletions
|
|
@ -9,12 +9,12 @@ stages:
|
||||||
# This represents the minimum Rust version supported.
|
# This represents the minimum Rust version supported.
|
||||||
# Tests are not run as tests may require newer versions of rust.
|
# Tests are not run as tests may require newer versions of rust.
|
||||||
- stage: msrv
|
- stage: msrv
|
||||||
displayName: "Minimum supported Rust version: 1.32.0"
|
displayName: "Minimum supported Rust version: 1.36.0"
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
jobs:
|
jobs:
|
||||||
- template: azure/cargo-check.yml@templates
|
- template: azure/cargo-check.yml@templates
|
||||||
parameters:
|
parameters:
|
||||||
rust: 1.32.0
|
rust: 1.36.0
|
||||||
- stage: test
|
- stage: test
|
||||||
displayName: Test suite
|
displayName: Test suite
|
||||||
dependsOn: check
|
dependsOn: check
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue