Skip to content

Commit

Permalink
Bump minimum supported Rust version to 1.34.0.
Browse files Browse the repository at this point in the history
This is required by recent versions of the `cc` crate.
  • Loading branch information
ebarnard committed Jan 7, 2021
1 parent 8c02fde commit d67a4a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
include:
- os: ubuntu-18.04
target: x86_64-unknown-linux-gnu
channel: 1.31.0
channel: 1.34.0
- os: ubuntu-18.04
target: x86_64-unknown-linux-gnu
channel: stable
Expand All @@ -32,21 +32,21 @@ jobs:

- os: macos-10.15
target: x86_64-apple-darwin
channel: 1.31.0
channel: 1.34.0
- os: macos-10.15
target: x86_64-apple-darwin
channel: stable

- os: windows-2019
target: x86_64-pc-windows-msvc
channel: 1.31.0
channel: 1.34.0
- os: windows-2019
target: x86_64-pc-windows-msvc
channel: stable

- os: windows-2019
target: i686-pc-windows-msvc
channel: 1.31.0
channel: 1.34.0
- os: windows-2019
target: i686-pc-windows-msvc
channel: stable
Expand Down

0 comments on commit d67a4a6

Please sign in to comment.