Skip to content

Commit

Permalink
Don't specify version of rp2040-hal for on-target tests
Browse files Browse the repository at this point in the history
They should use the current version from the path dependency.
  • Loading branch information
jannic committed May 29, 2023
1 parent b087c0c commit 45d4a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion on-target-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmt-rtt = "0.4"
defmt-test = "0.3"
panic-probe = { version = "0.3", features = ["print-defmt"] }

rp2040-hal = { path = "../rp2040-hal", version = "0.9", features = [
rp2040-hal = { path = "../rp2040-hal", features = [
"defmt",
"critical-section-impl",
] }
Expand Down

0 comments on commit 45d4a21

Please sign in to comment.