Skip to content

Commit 5aae2bb

Browse files
committed
Bump to 0.2.18
1 parent 94848c1 commit 5aae2bb

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ matrix:
3333
# build documentation
3434
- os: linux
3535
env: TARGET=x86_64-unknown-linux-gnu
36-
rust: nightly
36+
rust: nightly-2016-11-26
3737
script: sh ci/dox.sh
3838

3939
# stable compat
@@ -87,7 +87,10 @@ matrix:
8787
rust: stable
8888
- os: linux
8989
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
9194

9295
# beta
9396
- os: linux
@@ -100,14 +103,10 @@ matrix:
100103
# nightly
101104
- os: linux
102105
env: TARGET=x86_64-unknown-linux-gnu
103-
rust: nightly
106+
rust: nightly-2016-11-26
104107
- os: osx
105108
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
111110

112111
# QEMU based targets that compile in an emulator
113112
- os: linux

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "libc"
4-
version = "0.2.17"
4+
version = "0.2.18"
55
authors = ["The Rust Project Developers"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)