diff --git a/.travis.yml b/.travis.yml index 390ce25..d7194da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ rust: - stable - beta - nightly +matrix: + allow_failures: + - rust: stable # until 1.15 comes out notifications: irc: channels: diff --git a/README.md b/README.md index 49725e4..fa43d8c 100644 --- a/README.md +++ b/README.md @@ -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/