diff options
| author | Ulf Lilleengen <[email protected]> | 2025-11-27 09:22:24 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-11-27 09:22:24 +0100 |
| commit | ec93a56a2e5ba4403a603b9015daa2e94712917b (patch) | |
| tree | ffe7c17fe21f2e413c9bcdc8674107d538cd8add /embassy-net-nrf91/Cargo.toml | |
| parent | 372e436985938d4a0de4403b31177e97762b2c79 (diff) | |
fix: patch back clock power irq
Diffstat (limited to 'embassy-net-nrf91/Cargo.toml')
| -rw-r--r-- | embassy-net-nrf91/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-nrf91/Cargo.toml b/embassy-net-nrf91/Cargo.toml index 5c0c2e6b2..8cf11f1fb 100644 --- a/embassy-net-nrf91/Cargo.toml +++ b/embassy-net-nrf91/Cargo.toml | |||
| @@ -18,7 +18,7 @@ log = ["dep:log"] | |||
| 18 | defmt = { version = "1.0.1", optional = true } | 18 | defmt = { version = "1.0.1", optional = true } |
| 19 | log = { version = "0.4.14", optional = true } | 19 | log = { version = "0.4.14", optional = true } |
| 20 | 20 | ||
| 21 | nrf-pac = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-pac.git", rev = "0068816c482932e3c59964817610ef41e79a6843" } | 21 | nrf-pac = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-pac.git", rev = "176dc4afe1dd8df78f3cbda4479ab5151aa32252" } |
| 22 | cortex-m = "0.7.7" | 22 | cortex-m = "0.7.7" |
| 23 | 23 | ||
| 24 | embassy-time = { version = "0.5.0", path = "../embassy-time" } | 24 | embassy-time = { version = "0.5.0", path = "../embassy-time" } |
