Skip to content

Commit 1833b4d

Browse files
committed
Bump to latest c-m-rt
1 parent 02dbbe9 commit 1833b4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ version = "0.2.0"
88

99
[dependencies]
1010
# Useful Cortex-M specific functions (e.g. SysTick)
11-
cortex-m = "0.7.3"
11+
cortex-m = "0.7"
1212
# The Raspberry Pi Pico HAL
1313
pico = { git = "https://github.com/rp-rs/rp-hal.git" }
1414
# Cortex-M run-time (or start-up) code
15-
cortex-m-rt = "0.6.14"
15+
cortex-m-rt = "0.7"
1616
# The BIOS API we export to the OS
1717
neotron-common-bios = { git = "https://github.com/Neotron-Compute/Neotron-Common-BIOS.git" }
1818
# For time keeping/handling

0 commit comments

Comments
 (0)