Skip to content

Commit

Permalink
Update MSRV to 1.34
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Sep 8, 2020
1 parent 2723e7f commit 0a5017e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ env:

jobs:
include:
- name: "Linux, 1.33.0"
rust: 1.33.0
- name: "Linux, 1.34.0"
rust: 1.34.0

- name: "OSX, 1.33.0"
rust: 1.33.0
- name: "OSX, 1.34.0"
rust: 1.34.0
os: osx

- name: "Linux, stable"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ to switch to a custom implementation with a support of your target.

## Minimum Supported Rust Version

This crate requires Rust 1.33.0 or later.
This crate requires Rust 1.34.0 or later.

# License

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ environment:

matrix:
- TARGET: x86_64-pc-windows-msvc
CHANNEL: 1.33.0
CHANNEL: 1.34.0
- TARGET: x86_64-pc-windows-msvc
CHANNEL: stable
- TARGET: x86_64-pc-windows-msvc
Expand Down

0 comments on commit 0a5017e

Please sign in to comment.