Skip to content

Commit

Permalink
Merge pull request #255 from markbt/upgrade-rust-msrv
Browse files Browse the repository at this point in the history
Increase MSRV to 1.41.1
  • Loading branch information
markbt committed Jan 29, 2021
2 parents ff6c51f + 4c622fe commit 284c70d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ python:
- "3.8"
- "3.9"
env:
- RUST_VERSION=1.32.0
- RUST_VERSION=1.41.1
- RUST_VERSION=stable
- RUST_VERSION=nightly
matrix:
include:
- os: osx
language: generic
env: RUST_VERSION=1.32.0
env: RUST_VERSION=1.41.1
- os: osx
language: generic
env: RUST_VERSION=stable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Supported Python versions:
* Python 2.7
* Python 3.3 to 3.9

Requires Rust 1.32.0 or later.
Requires Rust 1.41.1 or later.

# Usage

Expand Down

0 comments on commit 284c70d

Please sign in to comment.