From 23464adc152148a1f4e62ff3f4f5883cddfc7e74 Mon Sep 17 00:00:00 2001 From: Matt Kelly Date: Mon, 9 Dec 2019 20:10:35 -0500 Subject: [PATCH] Update recommended version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfe8fea09..bc2cecc8b 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ To use the _smoltcp_ library in your project, add the following to `Cargo.toml`: ```toml [dependencies] -smoltcp = "0.4" +smoltcp = "0.5" ``` The default configuration assumes a hosted environment, for ease of evaluation. @@ -133,7 +133,7 @@ You probably want to disable default features and configure them one by one: ```toml [dependencies] -smoltcp = { version = "0.4", default-features = false, features = ["log"] } +smoltcp = { version = "0.5", default-features = false, features = ["log"] } ``` ### Feature `std`