From 452f7e0c2ccddc9ebe8cfee3590fbaea314bf8b8 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sat, 7 Aug 2021 12:41:12 +0200 Subject: [PATCH] nrf: update PACs to 0.10 --- embassy-nrf/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index c4054cd1..c76e5171 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml @@ -42,10 +42,10 @@ futures = { version = "0.3.5", default-features = false } critical-section = "0.2.1" rand_core = "0.6.3" -nrf52805-pac = { version = "0.1.0", optional = true, features = [ "rt" ]} -nrf52810-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} -nrf52811-pac = { version = "0.9.1", optional = true, features = [ "rt" ]} -nrf52820-pac = { version = "0.1.0", optional = true, features = [ "rt" ]} -nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} -nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} -nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} +nrf52805-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} +nrf52810-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} +nrf52811-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} +nrf52820-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} +nrf52832-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} +nrf52833-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} +nrf52840-pac = { version = "0.10.0", optional = true, features = [ "rt" ]}