From caea9ecfd7976f444165d76d5e41b2b11e339ce8 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Fri, 11 Nov 2022 08:34:04 +0000 Subject: [PATCH] Update rp2040-hal version in README.md --- rp2040-hal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040-hal/README.md b/rp2040-hal/README.md index f1b9c81..c702333 100644 --- a/rp2040-hal/README.md +++ b/rp2040-hal/README.md @@ -68,7 +68,7 @@ https://github.com/rp-rs/rp-hal/ for more details. To include this crate in your project, amend your `Cargo.toml` file to include ```toml -rp2040-hal = "0.5.0" +rp2040-hal = "0.6.0" ``` To obtain a copy of the source code (e.g. if you want to propose a bug-fix or