aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-11-15 02:22:20 +0100
committerDario Nieuwenhuis <[email protected]>2024-11-15 02:22:20 +0100
commit3f23fd5c98244921b97858912bbcdfd681b4f92e (patch)
treee572b5ebc9dae3c2fedf97b576f188498832220a /embassy-nrf/Cargo.toml
parentea1b97ed4032d5f925839165c546833323ef1b01 (diff)
Update nrf-pac.
Diffstat (limited to 'embassy-nrf/Cargo.toml')
-rw-r--r--embassy-nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index 24a3db91d..7b20d2643 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -136,7 +136,7 @@ embedded-hal-async = { version = "1.0" }
136embedded-io = { version = "0.6.0" } 136embedded-io = { version = "0.6.0" }
137embedded-io-async = { version = "0.6.1" } 137embedded-io-async = { version = "0.6.1" }
138 138
139nrf-pac = { git = "https://github.com/embassy-rs/nrf-pac", rev = "875a29629cc1c87aae00cfea647a956b3807d8be" } 139nrf-pac = { git = "https://github.com/embassy-rs/nrf-pac", rev = "12e2461859acb0bfea9b2ef5cd73f1283c139ac0" }
140 140
141defmt = { version = "0.3", optional = true } 141defmt = { version = "0.3", optional = true }
142bitflags = "2.4.2" 142bitflags = "2.4.2"