We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff6c51f + 4c622fe commit 284c70dCopy full SHA for 284c70d
.travis.yml
@@ -8,14 +8,14 @@ python:
8
- "3.8"
9
- "3.9"
10
env:
11
- - RUST_VERSION=1.32.0
+ - RUST_VERSION=1.41.1
12
- RUST_VERSION=stable
13
- RUST_VERSION=nightly
14
matrix:
15
include:
16
- os: osx
17
language: generic
18
- env: RUST_VERSION=1.32.0
+ env: RUST_VERSION=1.41.1
19
20
21
env: RUST_VERSION=stable
README.md
@@ -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
22
0 commit comments