We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dbbe9 commit 1833b4dCopy full SHA for 1833b4d
1 file changed
Cargo.toml
@@ -8,11 +8,11 @@ version = "0.2.0"
8
9
[dependencies]
10
# Useful Cortex-M specific functions (e.g. SysTick)
11
-cortex-m = "0.7.3"
+cortex-m = "0.7"
12
# The Raspberry Pi Pico HAL
13
pico = { git = "https://github.com/rp-rs/rp-hal.git" }
14
# Cortex-M run-time (or start-up) code
15
-cortex-m-rt = "0.6.14"
+cortex-m-rt = "0.7"
16
# The BIOS API we export to the OS
17
neotron-common-bios = { git = "https://github.com/Neotron-Compute/Neotron-Common-BIOS.git" }
18
# For time keeping/handling
0 commit comments