Update rp2040-hal version in README.md

This commit is contained in:
Jan Niehusmann 2022-11-11 08:34:04 +00:00
parent 0ecf27450a
commit caea9ecfd7

View file

@ -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 To include this crate in your project, amend your `Cargo.toml` file to include
```toml ```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 To obtain a copy of the source code (e.g. if you want to propose a bug-fix or