Merge pull request #84 from semihbkgr/patch

update rp2040-boot2 to the latest version
This commit is contained in:
Jan Niehusmann 2024-10-12 20:32:29 +02:00 committed by GitHub
commit a0f2b7f452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ rp-pico = "0.9"
# If you're not going to use a Board Support Package you'll need these:
# rp2040-hal = { version="0.10", features=["rt", "critical-section-impl"] }
# rp2040-boot2 = "0.2"
# rp2040-boot2 = "0.3"
# cargo build/run
[profile.dev]