Skip to content

Commit e2ae6cf

Browse files
committed
Increase MSRV to 1.36.0.
1 parent 1e69adc commit e2ae6cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ matrix:
7272

7373
# MSRV
7474
- env: TARGET=x86_64-unknown-linux-gnu
75-
rust: 1.34.0
75+
rust: 1.36.0
7676
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
7777

7878
before_install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ to be considered reliable.
175175

176176
## Minimum Supported Rust Version (MSRV)
177177

178-
This crate is guaranteed to compile on stable Rust 1.34.0 and up. It *might*
178+
This crate is guaranteed to compile on stable Rust 1.36.0 and up. It *might*
179179
compile with older versions but that may change in any new patch release.
180180

181181
## License

0 commit comments

Comments
 (0)