Skip to content

Commit 0a5017e

Browse files
committed
Update MSRV to 1.34
Signed-off-by: Joe Richey <[email protected]>
1 parent 2723e7f commit 0a5017e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ env:
1212

1313
jobs:
1414
include:
15-
- name: "Linux, 1.33.0"
16-
rust: 1.33.0
15+
- name: "Linux, 1.34.0"
16+
rust: 1.34.0
1717

18-
- name: "OSX, 1.33.0"
19-
rust: 1.33.0
18+
- name: "OSX, 1.34.0"
19+
rust: 1.34.0
2020
os: osx
2121

2222
- name: "Linux, stable"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ to switch to a custom implementation with a support of your target.
6161

6262
## Minimum Supported Rust Version
6363

64-
This crate requires Rust 1.33.0 or later.
64+
This crate requires Rust 1.34.0 or later.
6565

6666
# License
6767

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ environment:
2121

2222
matrix:
2323
- TARGET: x86_64-pc-windows-msvc
24-
CHANNEL: 1.33.0
24+
CHANNEL: 1.34.0
2525
- TARGET: x86_64-pc-windows-msvc
2626
CHANNEL: stable
2727
- TARGET: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)