aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-08-12 00:02:15 +0200
committerCaleb Jamison <[email protected]>2024-08-12 03:25:41 -0400
commit9dc4375f185d5098d9b61116bb5c5279e7298222 (patch)
tree69efe3704a609b9d802c678facb3404d16e8c7eb /embassy-rp/Cargo.toml
parent0d41566c245d6e4cf5359b237b61b578f81a0524 (diff)
rp: update PAC, fix CI.
Diffstat (limited to 'embassy-rp/Cargo.toml')
-rw-r--r--embassy-rp/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 2e821f4a0..3cc6c4e6a 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -124,7 +124,7 @@ embedded-storage-async = { version = "0.4.1" }
124rand_core = "0.6.4" 124rand_core = "0.6.4"
125fixed = "1.23.1" 125fixed = "1.23.1"
126 126
127rp-pac = { version = "6.0.0", feature = ["rt"] } 127rp-pac = { git = "https://github.com/embassy-rs/rp-pac.git", rev = "a7f42d25517f7124ad3b4ed492dec8b0f50a0e6c", feature = ["rt"] }
128 128
129embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } 129embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] }
130embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 130embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
@@ -140,6 +140,3 @@ sha2-const-stable = "0.1"
140[dev-dependencies] 140[dev-dependencies]
141embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } 141embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] }
142static_cell = { version = "2" } 142static_cell = { version = "2" }
143
144[patch.crates-io]
145rp-pac = { git = "https://github.com/embassy-rs/rp-pac.git" }