diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-01-15 02:15:14 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-15 02:15:14 +0100 |
| commit | 4d9b2798fa807052a0d2fb49d50232ecd05d4a4c (patch) | |
| tree | ba1f2482459031e7d3e3f7bb40415fbc81a96a9e /tests | |
| parent | 028de6d640b51610f65415ea2a9c7941938ea6b2 (diff) | |
| parent | 933e888ed059d03f8c306537f14369521166e3a3 (diff) | |
Merge pull request #3369 from pferreir/add-rxf-putget
RP235x: Add the new FJOIN_RX_xxx options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rp/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml index 4278f7b2c..26f3f21f6 100644 --- a/tests/rp/Cargo.toml +++ b/tests/rp/Cargo.toml | |||
| @@ -33,8 +33,8 @@ embedded-io-async = { version = "0.6.1" } | |||
| 33 | embedded-storage = { version = "0.3" } | 33 | embedded-storage = { version = "0.3" } |
| 34 | static_cell = "2" | 34 | static_cell = "2" |
| 35 | portable-atomic = { version = "1.5", features = ["critical-section"] } | 35 | portable-atomic = { version = "1.5", features = ["critical-section"] } |
| 36 | pio = "0.2" | 36 | pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } |
| 37 | pio-proc = "0.2" | 37 | pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } |
| 38 | rand = { version = "0.8.5", default-features = false } | 38 | rand = { version = "0.8.5", default-features = false } |
| 39 | 39 | ||
| 40 | [profile.dev] | 40 | [profile.dev] |
