From 7b194c5d365bf64b97d61b8add30d6a089fd5799 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sun, 30 Jul 2017 00:56:14 +0000 Subject: [PATCH] Update README. Fixes #30. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d467f7e..122809c 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 1.18 and later. +and compiles on stable Rust 1.19 and later. [docs]: https://docs.rs/smoltcp/