aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-nrf91
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-06 13:22:44 +0100
committerDario Nieuwenhuis <[email protected]>2025-01-06 13:22:44 +0100
commit209183ebea26743e95a140b47cdfd9d67083595b (patch)
treed994cd5b4e7a089f61233f55ad463b5d46ee22ad /embassy-net-nrf91
parent41dcebe44621a51cc0c3f39b9cec14aefce63b0d (diff)
Fixes for new PACs.
Diffstat (limited to 'embassy-net-nrf91')
-rw-r--r--embassy-net-nrf91/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-nrf91/Cargo.toml b/embassy-net-nrf91/Cargo.toml
index 4e2f17ab2..6c7af9c80 100644
--- a/embassy-net-nrf91/Cargo.toml
+++ b/embassy-net-nrf91/Cargo.toml
@@ -17,7 +17,7 @@ log = [ "dep:log" ]
17defmt = { version = "0.3", optional = true } 17defmt = { version = "0.3", optional = true }
18log = { version = "0.4.14", optional = true } 18log = { version = "0.4.14", optional = true }
19 19
20nrf-pac = { git = "https://github.com/embassy-rs/nrf-pac", rev = "52e3a757f06035c94291bfc42b0c03f71e4d677e" } 20nrf-pac = "0.1.0"
21cortex-m = "0.7.7" 21cortex-m = "0.7.7"
22 22
23embassy-time = { version = "0.4.0", path = "../embassy-time" } 23embassy-time = { version = "0.4.0", path = "../embassy-time" }