rp: switch to released 0.2.1 pio crate.
This commit is contained in:
parent
147609d3bd
commit
41d6316984
2 changed files with 2 additions and 8 deletions
|
@ -71,7 +71,4 @@ embedded-hal-nb = { version = "=1.0.0-alpha.1", optional = true}
|
||||||
|
|
||||||
paste = "1.0"
|
paste = "1.0"
|
||||||
pio-proc = {version= "0.2", optional = true}
|
pio-proc = {version= "0.2", optional = true}
|
||||||
pio = {version= "0.2", optional = true}
|
pio = {version= "0.2.1", optional = true}
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
pio = {git = "https://github.com/rp-rs/pio-rs.git"}
|
|
||||||
|
|
|
@ -36,10 +36,7 @@ embedded-storage = { version = "0.3" }
|
||||||
static_cell = "1.0.0"
|
static_cell = "1.0.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
pio-proc = "0.2"
|
pio-proc = "0.2"
|
||||||
pio = "0.2"
|
pio = "0.2.1"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[patch.crates-io]
|
|
||||||
pio = {git = "https://github.com/rp-rs/pio-rs.git"}
|
|
Loading…
Reference in a new issue