From 1fe5c5f4a4043e2ef33322f978532771385f8bbb Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 28 Dec 2016 00:23:28 +0000 Subject: [PATCH] We don't build on stable... yet. --- .travis.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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/