diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-07 13:56:29 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-07 13:56:29 +0200 |
| commit | e1abba69b762e586c680123fbe28290a298e2b41 (patch) | |
| tree | a5cf0400b2bc3844fdebb8f11d36b83f63b12a51 | |
| parent | a361050224e561fcd682041981307f9c49293eeb (diff) | |
| parent | 452f7e0c2ccddc9ebe8cfee3590fbaea314bf8b8 (diff) | |
Merge pull request #353 from embassy-rs/nrf-update-pacs
nrf: update PACs to 0.10
| -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" ]} |
