Skip to content

Commit 423a1af

Browse files
committed
Bump MSRV to 1.38.0
Signed-off-by: Paul Osborne <[email protected]>
1 parent 21d1704 commit 423a1af

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.36.0
75+
rust: 1.38.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.36.0 and up. It *might*
178+
This crate is guaranteed to compile on stable Rust 1.38.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)