diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-12-26 22:30:22 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-12-26 22:30:22 +0100 |
| commit | 41d63169849e380a353a524c4b3591a3551bc4a8 (patch) | |
| tree | 6784a3cd4fd2d44e0f64a51d6a8f6fbc0131341b /examples | |
| parent | 147609d3bde445b663d0e75c8bccdb152b9c7e1e (diff) | |
rp: switch to released 0.2.1 pio crate.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index afd1042a1..f07684f29 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -36,10 +36,7 @@ embedded-storage = { version = "0.3" } | |||
| 36 | static_cell = "1.0.0" | 36 | static_cell = "1.0.0" |
| 37 | log = "0.4" | 37 | log = "0.4" |
| 38 | pio-proc = "0.2" | 38 | pio-proc = "0.2" |
| 39 | pio = "0.2" | 39 | pio = "0.2.1" |
| 40 | 40 | ||
| 41 | [profile.release] | 41 | [profile.release] |
| 42 | debug = true | 42 | debug = true |
| 43 | |||
| 44 | [patch.crates-io] | ||
| 45 | pio = {git = "https://github.com/rp-rs/pio-rs.git"} \ No newline at end of file | ||
