浏览代码

Update README.

Fixes #30.
whitequark 7 年之前
父节点
当前提交
a98a80e5d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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 1.18 and later.
+and compiles on stable Rust 1.19 and later.
 
 [docs]: https://docs.rs/smoltcp/