Merge pull request #495 from jannic/minor-readme-update

Update rp2040-hal version in README.md
This commit is contained in:
Jan Niehusmann 2022-11-12 14:15:26 +01:00 committed by GitHub
commit 3744a75ba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
```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