Skip to content

Commit 6f9b66b

Browse files
committed
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.
1 parent e312347 commit 6f9b66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ stages:
99
# This represents the minimum Rust version supported.
1010
# Tests are not run as tests may require newer versions of rust.
1111
- stage: msrv
12-
displayName: "Minimum supported Rust version: 1.32.0"
12+
displayName: "Minimum supported Rust version: 1.36.0"
1313
dependsOn: []
1414
jobs:
1515
- template: azure/cargo-check.yml@templates
1616
parameters:
17-
rust: 1.32.0
17+
rust: 1.36.0
1818
- stage: test
1919
displayName: Test suite
2020
dependsOn: check

0 commit comments

Comments
 (0)