Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 4bf137b

Browse files
committed
SUPER now requires Rust 1.16.0
1 parent 2957a2a commit 4bf137b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ environment:
1313
MSYS_BITS: 64
1414
- TARGET: beta-i686-pc-windows-gnu
1515
MSYS_BITS: 32
16-
- TARGET: 1.15.1-x86_64-pc-windows-msvc
17-
- TARGET: 1.15.1-i686-pc-windows-msvc
18-
- TARGET: 1.15.1-x86_64-pc-windows-gnu
16+
- TARGET: 1.16.0-x86_64-pc-windows-msvc
17+
- TARGET: 1.16.0-i686-pc-windows-msvc
18+
- TARGET: 1.16.0-x86_64-pc-windows-gnu
1919
MSYS_BITS: 64
20-
- TARGET: 1.15.1-i686-pc-windows-gnu
20+
- TARGET: 1.16.0-i686-pc-windows-gnu
2121
MSYS_BITS: 32
2222

2323
install:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rust:
2222
- nightly
2323
- beta
2424
- stable
25-
- 1.15.1
25+
- 1.16.0
2626

2727
# Load travis-cargo
2828
before_script:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
### Internal Changes
1414

15+
- SUPER now requires Rust 1.16.0.
1516
- Errors moved to their own module.
1617
- Upgraded dependencies:
1718
- `clap`: 2.20 => **2.23**

0 commit comments

Comments
 (0)