Skip to content

Commit 284c70d

Browse files
authored
Merge pull request #255 from markbt/upgrade-rust-msrv
Increase MSRV to 1.41.1
2 parents ff6c51f + 4c622fe commit 284c70d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ python:
88
- "3.8"
99
- "3.9"
1010
env:
11-
- RUST_VERSION=1.32.0
11+
- RUST_VERSION=1.41.1
1212
- RUST_VERSION=stable
1313
- RUST_VERSION=nightly
1414
matrix:
1515
include:
1616
- os: osx
1717
language: generic
18-
env: RUST_VERSION=1.32.0
18+
env: RUST_VERSION=1.41.1
1919
- os: osx
2020
language: generic
2121
env: RUST_VERSION=stable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Supported Python versions:
1616
* Python 2.7
1717
* Python 3.3 to 3.9
1818

19-
Requires Rust 1.32.0 or later.
19+
Requires Rust 1.41.1 or later.
2020

2121
# Usage
2222

0 commit comments

Comments
 (0)