Remove patches, bump rp-pac version

This commit is contained in:
Caleb Jamison 2023-05-09 12:20:23 -04:00
parent 5015c845c5
commit 6bea078487
2 changed files with 1 additions and 7 deletions

View file

@ -61,7 +61,7 @@ embedded-storage = { version = "0.3" }
rand_core = "0.6.4"
fixed = "1.23.1"
rp-pac = { version = "3", features = ["rt"] }
rp-pac = { version = "4", features = ["rt"] }
embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] }
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.10", optional = true}
@ -71,6 +71,3 @@ embedded-hal-nb = { version = "=1.0.0-alpha.2", optional = true}
paste = "1.0"
pio-proc = {version= "0.2" }
pio = {version= "0.2.1" }
[patch.crates-io]
rp-pac = {git = "https://github.com/CBJamo/rp-pac.git"}

View file

@ -48,6 +48,3 @@ pio = "0.2.1"
[profile.release]
debug = true
[patch.crates-io]
rp-pac = {git = "https://github.com/CBJamo/rp-pac.git"}