Skip to content

Commit cc4849b

Browse files
authored
Merge pull request #59 from jannic-dev-forks/dependencies
2 parents 5b1789a + a5b9a03 commit cc4849b

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

Cargo.lock

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "0.5.0"
1111
# Useful Cortex-M specific functions (e.g. SysTick)
1212
cortex-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
1616
cortex-m-rt = "0.7"
1717
# The BIOS to OS API
@@ -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.
7171
opt-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

Comments
 (0)