diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-09-11 01:43:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-11 01:43:43 +0200 |
| commit | 200f881048a8193c490ff5906ebf320ac98a8331 (patch) | |
| tree | b2b97c894dc78a907455a6718b9122d461ec87e5 /examples/nrf | |
| parent | 9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff) | |
| parent | f2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (diff) | |
Merge pull request #392 from embassy-rs/update-deps
Update lots of deps
Diffstat (limited to 'examples/nrf')
| -rw-r--r-- | examples/nrf/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml index 0f932e25c..b71dfa0d4 100644 --- a/examples/nrf/Cargo.toml +++ b/examples/nrf/Cargo.toml | |||
| @@ -21,12 +21,12 @@ embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "def | |||
| 21 | embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] } | 21 | embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] } |
| 22 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "defmt-trace", "nrf52840", "time-driver-rtc1", "gpiote"] } | 22 | embassy-nrf = { version = "0.1.0", path = "../../embassy-nrf", features = ["defmt", "defmt-trace", "nrf52840", "time-driver-rtc1", "gpiote"] } |
| 23 | 23 | ||
| 24 | defmt = "0.2.0" | 24 | defmt = "0.2.3" |
| 25 | defmt-rtt = "0.2.0" | 25 | defmt-rtt = "0.2.0" |
| 26 | 26 | ||
| 27 | cortex-m = { version = "0.7.1", features = ["inline-asm"] } | 27 | cortex-m = { version = "0.7.3", features = ["inline-asm"] } |
| 28 | cortex-m-rt = "0.7.0" | 28 | cortex-m-rt = "0.7.0" |
| 29 | embedded-hal = { version = "0.2.4" } | 29 | embedded-hal = "0.2.6" |
| 30 | panic-probe = { version = "0.2.0", features = ["print-defmt"] } | 30 | panic-probe = { version = "0.2.0", features = ["print-defmt"] } |
| 31 | futures = { version = "0.3.8", default-features = false, features = ["async-await"] } | 31 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 32 | rand = { version = "0.8.4", default-features = false } | 32 | rand = { version = "0.8.4", default-features = false } |
