From e6da89627b0c0f0275451ff773602eee57a6ca89 Mon Sep 17 00:00:00 2001 From: Szybet <53944559+Szybet@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:48:21 +0200 Subject: [PATCH] Update esp-println version in usage section (#2100) --- esp-println/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-println/README.md b/esp-println/README.md index b2d51f7b1..88f94527c 100644 --- a/esp-println/README.md +++ b/esp-println/README.md @@ -19,7 +19,7 @@ logging capabilities for Espressif devices. # Usage ```toml -esp-println = { version = "0.9.1", features = ["esp32c2"] } +esp-println = { version = "0.11.0", features = ["esp32c2"] } ``` or `cargo add esp-println --features esp32c2`