Update MSRV to 1.34

Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
Joe Richey
2020-09-08 03:11:13 -07:00
committed by Joseph Richey
parent 2723e7f1d7
commit 0a5017eadb
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -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"
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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