aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-08-07 13:56:29 +0200
committerGitHub <[email protected]>2021-08-07 13:56:29 +0200
commite1abba69b762e586c680123fbe28290a298e2b41 (patch)
treea5cf0400b2bc3844fdebb8f11d36b83f63b12a51
parenta361050224e561fcd682041981307f9c49293eeb (diff)
parent452f7e0c2ccddc9ebe8cfee3590fbaea314bf8b8 (diff)
Merge pull request #353 from embassy-rs/nrf-update-pacs
nrf: update PACs to 0.10
-rw-r--r--embassy-nrf/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index c4054cd18..c76e5171f 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -42,10 +42,10 @@ futures = { version = "0.3.5", default-features = false }
42critical-section = "0.2.1" 42critical-section = "0.2.1"
43rand_core = "0.6.3" 43rand_core = "0.6.3"
44 44
45nrf52805-pac = { version = "0.1.0", optional = true, features = [ "rt" ]} 45nrf52805-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
46nrf52810-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} 46nrf52810-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
47nrf52811-pac = { version = "0.9.1", optional = true, features = [ "rt" ]} 47nrf52811-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
48nrf52820-pac = { version = "0.1.0", optional = true, features = [ "rt" ]} 48nrf52820-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
49nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} 49nrf52832-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
50nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} 50nrf52833-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}
51nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} 51nrf52840-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}