diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-02-15 15:37:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-15 15:37:01 +0000 |
| commit | d7aea31a859ea3ba0ed3055fcbc5d08a604b6428 (patch) | |
| tree | 612a102148f5c2c582793ed6788c3beb9292283b | |
| parent | ef4e1564826bd842aee26b53ac1e9e6a40553830 (diff) | |
| parent | 2e8f39ffdd041a1e12c94768dbbd19983d17757a (diff) | |
Merge #625
625: Update nRF PACs r=Dirbaio a=Dirbaio
Co-authored-by: Dario Nieuwenhuis <[email protected]>
| -rw-r--r-- | embassy-nrf/Cargo.toml | 20 |
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" | |||
| 72 | nrf-usbd = {version = "0.1.1"} | 72 | nrf-usbd = {version = "0.1.1"} |
| 73 | usb-device = "0.2.8" | 73 | usb-device = "0.2.8" |
| 74 | 74 | ||
| 75 | nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 75 | nrf52805-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
| 76 | nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 76 | nrf52810-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
| 77 | nrf52811-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 77 | nrf52811-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
| 78 | nrf52820-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 78 | nrf52820-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
| 79 | nrf52832-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 79 | nrf52832-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
| 80 | nrf52833-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 80 | nrf52833-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
| 81 | nrf52840-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 81 | nrf52840-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
| 82 | nrf5340-app-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 82 | nrf5340-app-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
| 83 | nrf5340-net-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 83 | nrf5340-net-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
| 84 | nrf9160-pac = { version = "0.10.1", optional = true, features = [ "rt" ] } | 84 | nrf9160-pac = { version = "0.11.0", optional = true, features = [ "rt" ] } |
