We don't build on stable... yet.

v0.7.x
whitequark 2016-12-28 00:23:28 +00:00
parent 2404647163
commit 1fe5c5f4a4
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: stable # until 1.15 comes out
notifications:
irc:
channels:

View File

@ -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/