Skip to content

Commit

Permalink
Set version of rp-pico in dev-deps to not conflict with rp2040-hal
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Oct 15, 2023
1 parent e0588ce commit a4c0466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmt = { version = "0.3.0", optional = true }

[dev-dependencies]
rp2040-hal = { version = "0.8.0", features = ["defmt"] }
rp-pico = "*"
rp-pico = "0.7.0"
panic-halt = "0.2.0"
embedded-hal = "0.2.5"
cortex-m-rt = "0.7"
Expand Down

0 comments on commit a4c0466

Please sign in to comment.