diff options
| -rw-r--r-- | embassy-nrf/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index c4054cd18..c76e5171f 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -42,10 +42,10 @@ futures = { version = "0.3.5", default-features = false } | |||
| 42 | critical-section = "0.2.1" | 42 | critical-section = "0.2.1" |
| 43 | rand_core = "0.6.3" | 43 | rand_core = "0.6.3" |
| 44 | 44 | ||
| 45 | nrf52805-pac = { version = "0.1.0", optional = true, features = [ "rt" ]} | 45 | nrf52805-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} |
| 46 | nrf52810-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 46 | nrf52810-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} |
| 47 | nrf52811-pac = { version = "0.9.1", optional = true, features = [ "rt" ]} | 47 | nrf52811-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} |
| 48 | nrf52820-pac = { version = "0.1.0", optional = true, features = [ "rt" ]} | 48 | nrf52820-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} |
| 49 | nrf52832-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 49 | nrf52832-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} |
| 50 | nrf52833-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 50 | nrf52833-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} |
| 51 | nrf52840-pac = { version = "0.9.0", optional = true, features = [ "rt" ]} | 51 | nrf52840-pac = { version = "0.10.0", optional = true, features = [ "rt" ]} |
