Skip to content

Commit

Permalink
We don't build on stable... yet.
Browse files Browse the repository at this point in the history
whitequark committed Dec 28, 2016
1 parent 73de85e commit 0adaf07
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,9 @@ rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: stable # until 1.15 comes out
notifications:
irc:
channels:
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ include complicated compile-time computations, such as macro or type tricks, eve
at cost of performance degradation.

_smoltcp_ does not need heap allocation *at all*, is [extensively documented][docs],
and compiles on stable Rust.
and compiles on stable Rust 1.15 and later.

[docs]: https://docs.rs/smoltcp/

0 comments on commit 0adaf07

Please sign in to comment.