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