From f87a2de4048d9eb4e3e47f94915aabdddd7610e0 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Mon, 14 Mar 2022 11:41:26 +0100 Subject: Update nrf PAC dependency version --- nrf-softdevice/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nrf-softdevice') diff --git a/nrf-softdevice/Cargo.toml b/nrf-softdevice/Cargo.toml index a487865..99dde0b 100644 --- a/nrf-softdevice/Cargo.toml +++ b/nrf-softdevice/Cargo.toml @@ -44,13 +44,13 @@ futures = { version = "0.3.17", default-features = false } embedded-storage = "0.3.0" embedded-storage-async = "0.3.0" -nrf52805-pac = { version = "0.10.0", features = ["rt"], optional = true } -nrf52810-pac = { version = "0.10.0", features = ["rt"], optional = true } -nrf52811-pac = { version = "0.10.0", features = ["rt"], optional = true } -nrf52820-pac = { version = "0.10.0", features = ["rt"], optional = true } -nrf52832-pac = { version = "0.10.0", features = ["rt"], optional = true } -nrf52833-pac = { version = "0.10.0", features = ["rt"], optional = true } -nrf52840-pac = { version = "0.10.0", features = ["rt"], optional = true } +nrf52805-pac = { version = "0.11.0", features = ["rt"], optional = true } +nrf52810-pac = { version = "0.11.0", features = ["rt"], optional = true } +nrf52811-pac = { version = "0.11.0", features = ["rt"], optional = true } +nrf52820-pac = { version = "0.11.0", features = ["rt"], optional = true } +nrf52832-pac = { version = "0.11.0", features = ["rt"], optional = true } +nrf52833-pac = { version = "0.11.0", features = ["rt"], optional = true } +nrf52840-pac = { version = "0.11.0", features = ["rt"], optional = true } nrf-softdevice-s112 = { version = "0.1.1", path = "../nrf-softdevice-s112", optional = true } nrf-softdevice-s113 = { version = "0.1.1", path = "../nrf-softdevice-s113", optional = true } -- cgit v1.2.3