File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ matrix:
33
33
# build documentation
34
34
- os : linux
35
35
env : TARGET=x86_64-unknown-linux-gnu
36
- rust : nightly
36
+ rust : nightly-2016-11-26
37
37
script : sh ci/dox.sh
38
38
39
39
# stable compat
@@ -87,7 +87,10 @@ matrix:
87
87
rust : stable
88
88
- os : linux
89
89
env : TARGET=mips64-unknown-linux-gnuabi64
90
- rust : nightly
90
+ rust : beta
91
+ - os : linux
92
+ env : TARGET=mips-unknown-linux-gnu
93
+ rust : beta
91
94
92
95
# beta
93
96
- os : linux
@@ -100,14 +103,10 @@ matrix:
100
103
# nightly
101
104
- os : linux
102
105
env : TARGET=x86_64-unknown-linux-gnu
103
- rust : nightly
106
+ rust : nightly-2016-11-26
104
107
- os : osx
105
108
env : TARGET=x86_64-apple-darwin
106
- rust : nightly
107
- - os : linux
108
- env : TARGET=mips-unknown-linux-gnu
109
- # not sure why this has to be nightly...
110
- rust : nightly
109
+ rust : nightly-2016-11-26
111
110
112
111
# QEMU based targets that compile in an emulator
113
112
- os : linux
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " libc"
4
- version = " 0.2.17 "
4
+ version = " 0.2.18 "
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT/Apache-2.0"
7
7
readme = " README.md"
You can’t perform that action at this time.
0 commit comments