summaryrefslogtreecommitdiff
path: root/nrf-softdevice
diff options
context:
space:
mode:
authorUlf Lilleengen <ulf.lilleengen@gmail.com>2022-03-14 11:41:26 +0100
committerUlf Lilleengen <ulf.lilleengen@gmail.com>2022-03-14 11:41:26 +0100
commitf87a2de4048d9eb4e3e47f94915aabdddd7610e0 (patch)
treeacffb7bd7ceb740934c808a408c29af21ebd081c /nrf-softdevice
parent96677c1f5a2da8aa5b43602eb5332bbaf6b6d403 (diff)
downloadnrf-softdevice-f87a2de4048d9eb4e3e47f94915aabdddd7610e0.zip
Update nrf PAC dependency version
Diffstat (limited to 'nrf-softdevice')
-rw-r--r--nrf-softdevice/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
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 }