diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-08-12 00:02:15 +0200 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2024-08-12 03:25:41 -0400 |
| commit | 9dc4375f185d5098d9b61116bb5c5279e7298222 (patch) | |
| tree | 69efe3704a609b9d802c678facb3404d16e8c7eb /embassy-rp/Cargo.toml | |
| parent | 0d41566c245d6e4cf5359b237b61b578f81a0524 (diff) | |
rp: update PAC, fix CI.
Diffstat (limited to 'embassy-rp/Cargo.toml')
| -rw-r--r-- | embassy-rp/Cargo.toml | 5 |
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" } | |||
| 124 | rand_core = "0.6.4" | 124 | rand_core = "0.6.4" |
| 125 | fixed = "1.23.1" | 125 | fixed = "1.23.1" |
| 126 | 126 | ||
| 127 | rp-pac = { version = "6.0.0", feature = ["rt"] } | 127 | rp-pac = { git = "https://github.com/embassy-rs/rp-pac.git", rev = "a7f42d25517f7124ad3b4ed492dec8b0f50a0e6c", feature = ["rt"] } |
| 128 | 128 | ||
| 129 | embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } | 129 | embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] } |
| 130 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | 130 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| @@ -140,6 +140,3 @@ sha2-const-stable = "0.1" | |||
| 140 | [dev-dependencies] | 140 | [dev-dependencies] |
| 141 | embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } | 141 | embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } |
| 142 | static_cell = { version = "2" } | 142 | static_cell = { version = "2" } |
| 143 | |||
| 144 | [patch.crates-io] | ||
| 145 | rp-pac = { git = "https://github.com/embassy-rs/rp-pac.git" } | ||
