Skip to content

Commit

Permalink
Use released version 0.10.0 of rp2040-hal
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Mar 10, 2024
1 parent b0e0eca commit 02e51fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ embedded_hal_0_2 = { version = "0.2.6", package = "embedded-hal" }
nb = "1.0.0"
pio = "0.2.0"
pio-proc = "0.2.0"
rp2040-hal = "0.9.1"
rp2040-hal = "0.10.0"
fugit = "0.3.5"
defmt = { version = "0.3.0", optional = true }
either = { version = "1.10.0", default-features = false }
heapless = { version = "0.8.0", default-features = false }

[patch.crates-io]
rp2040-hal = { git = "https://github.com/rp-rs/rp-hal" }
2 changes: 1 addition & 1 deletion on-target-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defmt-rtt = "0.4"
defmt-test = "0.3.1"
panic-probe = { version = "0.3", features = ["print-defmt"] }

rp2040-hal = { version = "0.9.1", features = [
rp2040-hal = { version = "0.10.0", features = [
"critical-section-impl",
"defmt",
"rt",
Expand Down

0 comments on commit 02e51fa

Please sign in to comment.