Explorar el Código

Update README.

Fixes #30.
whitequark hace 7 años
padre
commit
a98a80e5d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/