Pin pico_explorer to older boot2

We updated the behavior of boot2 so that there is now no default bootloader.
Pico_explorer_showcase was the only BSP still using git:main, pin
it to the last git commit before https://github.com/rp-rs/rp2040-boot2-rs/pull/7
This commit is contained in:
9names 2021-08-20 11:37:16 +10:00 committed by GitHub
parent 5a4d151519
commit 6d913f1231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,5 +27,5 @@ rt = ["cortex-m-rt","rp2040-hal/rt"]
display-interface = "0.4.1"
panic-halt = "0.2.0"
arrayvec = { version="0.7.1", default-features=false }
rp2040-boot2 = { git="https://github.com/rp-rs/rp2040-boot2-rs", branch="main" }
rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", rev = "67400f600b192e950b58df79ddc9b57ff209ef08" }
nb = "1.0.0"