aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-12-26 21:31:20 +0000
committerGitHub <[email protected]>2022-12-26 21:31:20 +0000
commit4297eb27ffb77d0c05265f972a3526068b78091c (patch)
tree6784a3cd4fd2d44e0f64a51d6a8f6fbc0131341b
parent147609d3bde445b663d0e75c8bccdb152b9c7e1e (diff)
parent41d63169849e380a353a524c4b3591a3551bc4a8 (diff)
Merge #1131
1131: rp: switch to released 0.2.1 pio crate. r=Dirbaio a=Dirbaio bors r+ Co-authored-by: Dario Nieuwenhuis <[email protected]>
-rw-r--r--embassy-rp/Cargo.toml5
-rw-r--r--examples/rp/Cargo.toml5
2 files changed, 2 insertions, 8 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 6d5bc91ee..209c665b0 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -71,7 +71,4 @@ embedded-hal-nb = { version = "=1.0.0-alpha.1", optional = true}
71 71
72paste = "1.0" 72paste = "1.0"
73pio-proc = {version= "0.2", optional = true} 73pio-proc = {version= "0.2", optional = true}
74pio = {version= "0.2", optional = true} 74pio = {version= "0.2.1", optional = true}
75
76[patch.crates-io]
77pio = {git = "https://github.com/rp-rs/pio-rs.git"} \ No newline at end of file
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" }
36static_cell = "1.0.0" 36static_cell = "1.0.0"
37log = "0.4" 37log = "0.4"
38pio-proc = "0.2" 38pio-proc = "0.2"
39pio = "0.2" 39pio = "0.2.1"
40 40
41[profile.release] 41[profile.release]
42debug = true 42debug = true
43
44[patch.crates-io]
45pio = {git = "https://github.com/rp-rs/pio-rs.git"} \ No newline at end of file