From 2e8f39ffdd041a1e12c94768dbbd19983d17757a Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 15 Feb 2022 16:35:54 +0100 Subject: [PATCH] Update nRF PACs --- embassy-nrf/Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 5ced9b1b..aa377580 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml @@ -72,13 +72,13 @@ cfg-if = "1.0.0" nrf-usbd = {version = "0.1.1"} usb-device = "0.2.8" -nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } -nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } -nrf52811-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } -nrf52820-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } -nrf52832-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } -nrf52833-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } -nrf52840-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } -nrf5340-app-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } -nrf5340-net-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } -nrf9160-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } +nrf52805-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } +nrf52810-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } +nrf52811-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } +nrf52820-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } +nrf52832-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } +nrf52833-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } +nrf52840-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } +nrf5340-app-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } +nrf5340-net-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } +nrf9160-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }