aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-15 15:37:01 +0000
committerGitHub <[email protected]>2022-02-15 15:37:01 +0000
commitd7aea31a859ea3ba0ed3055fcbc5d08a604b6428 (patch)
tree612a102148f5c2c582793ed6788c3beb9292283b
parentef4e1564826bd842aee26b53ac1e9e6a40553830 (diff)
parent2e8f39ffdd041a1e12c94768dbbd19983d17757a (diff)
Merge #625
625: Update nRF PACs r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <[email protected]>
-rw-r--r--embassy-nrf/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml
index 5ced9b1b2..aa377580f 100644
--- a/embassy-nrf/Cargo.toml
+++ b/embassy-nrf/Cargo.toml
@@ -72,13 +72,13 @@ cfg-if = "1.0.0"
72nrf-usbd = {version = "0.1.1"} 72nrf-usbd = {version = "0.1.1"}
73usb-device = "0.2.8" 73usb-device = "0.2.8"
74 74
75nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 75nrf52805-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
76nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 76nrf52810-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
77nrf52811-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 77nrf52811-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
78nrf52820-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 78nrf52820-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
79nrf52832-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 79nrf52832-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
80nrf52833-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 80nrf52833-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
81nrf52840-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 81nrf52840-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
82nrf5340-app-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 82nrf5340-app-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
83nrf5340-net-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 83nrf5340-net-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }
84nrf9160-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } 84nrf9160-pac = { version = "0.11.0", optional = true, features = [ "rt" ] }