Skip to content

Commit 0adaf07

Browse files
committedDec 28, 2016
We don't build on stable... yet.
1 parent 73de85e commit 0adaf07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ rust:
33
- stable
44
- beta
55
- nightly
6+
matrix:
7+
allow_failures:
8+
- rust: stable # until 1.15 comes out
69
notifications:
710
irc:
811
channels:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include complicated compile-time computations, such as macro or type tricks, eve
77
at cost of performance degradation.
88

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.