committed by
Joseph Richey
parent
2723e7f1d7
commit
0a5017eadb
+4
-4
@@ -12,11 +12,11 @@ env:
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- name: "Linux, 1.33.0"
|
||||
rust: 1.33.0
|
||||
- name: "Linux, 1.34.0"
|
||||
rust: 1.34.0
|
||||
|
||||
- name: "OSX, 1.33.0"
|
||||
rust: 1.33.0
|
||||
- name: "OSX, 1.34.0"
|
||||
rust: 1.34.0
|
||||
os: osx
|
||||
|
||||
- name: "Linux, stable"
|
||||
|
||||
@@ -61,7 +61,7 @@ to switch to a custom implementation with a support of your target.
|
||||
|
||||
## Minimum Supported Rust Version
|
||||
|
||||
This crate requires Rust 1.33.0 or later.
|
||||
This crate requires Rust 1.34.0 or later.
|
||||
|
||||
# License
|
||||
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ environment:
|
||||
|
||||
matrix:
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
CHANNEL: 1.33.0
|
||||
CHANNEL: 1.34.0
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
CHANNEL: stable
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
|
||||
Reference in New Issue
Block a user