From 578657a82978b47d11dee41399124ff12ad8bd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= Date: Fri, 21 Oct 2022 15:11:14 +1100 Subject: [PATCH] Bump rp-pico version in README.md --- boards/rp-pico/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/rp-pico/README.md b/boards/rp-pico/README.md index be11180..169ce4e 100644 --- a/boards/rp-pico/README.md +++ b/boards/rp-pico/README.md @@ -16,7 +16,7 @@ RP2040 chip according to how it is connected up on the Pico. To use this crate, your `Cargo.toml` file should contain: ```toml -rp-pico = "0.4.0" +rp-pico = "0.5.0" ``` In your program, you will need to call `rp_pico::Pins::new` to create