@@ -5,13 +5,13 @@ resolver = "2"
55readme = " README.md"
66license = " GPL-3.0-or-later"
77name = " neotron-pico-bios"
8- version = " 0.5.0 "
8+ version = " 0.5.1 "
99
1010[dependencies ]
1111# Useful Cortex-M specific functions (e.g. SysTick)
1212cortex-m = " 0.7"
1313# The Raspberry Pi Pico HAL
14- rp-pico = { version = " 0.6 " , default-features = false , features = [ " rt" , " critical-section-impl" , " rom-func-cache" ] }
14+ rp-pico = { version = " 0.7 " , default-features = false , features = [ " rt" , " critical-section-impl" , " rom-func-cache" ] }
1515# Cortex-M run-time (or start-up) code
1616cortex-m-rt = " 0.7"
1717# The BIOS to OS API
@@ -51,7 +51,7 @@ shared-bus = "0.2"
5151# Gets us compare-swap atomic operations
5252atomic-polyfill = " 1.0.2"
5353# SD Card driver
54- embedded-sdmmc = { version = " 0.4 " , default-features = false , features = [" defmt-log" ] }
54+ embedded-sdmmc = { version = " 0.5 " , default-features = false , features = [" defmt-log" ] }
5555
5656[[bin ]]
5757name = " neotron-pico-bios"
@@ -69,6 +69,3 @@ lto = true
6969# good choice for performance on the RP2040, where code executes from external
7070# SPI Flash and has to be buffered in a small on-chip cache memory.
7171opt-level = " s"
72-
73- [patch .crates-io ]
74- rp2040-boot2 = { version = " 0.3.0" , git = " https://github.com/rp-rs/rp2040-boot2" }
0 commit comments