diff options
| -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" ] } |
