diff options
Diffstat (limited to 'examples/nrf9160/Cargo.toml')
| -rw-r--r-- | examples/nrf9160/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/nrf9160/Cargo.toml b/examples/nrf9160/Cargo.toml index a720f2d61..25aedf624 100644 --- a/examples/nrf9160/Cargo.toml +++ b/examples/nrf9160/Cargo.toml | |||
| @@ -11,13 +11,13 @@ embassy-nrf = { version = "0.3.1", path = "../../embassy-nrf", features = ["defm | |||
| 11 | embassy-net-nrf91 = { version = "0.1.0", path = "../../embassy-net-nrf91", features = ["defmt"] } | 11 | embassy-net-nrf91 = { version = "0.1.0", path = "../../embassy-net-nrf91", features = ["defmt"] } |
| 12 | embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "proto-ipv4", "medium-ip"] } | 12 | embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "proto-ipv4", "medium-ip"] } |
| 13 | 13 | ||
| 14 | defmt = "0.3" | 14 | defmt = "1.0.1" |
| 15 | defmt-rtt = "0.4" | 15 | defmt-rtt = "1.0.0" |
| 16 | 16 | ||
| 17 | heapless = "0.8" | 17 | heapless = "0.8" |
| 18 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } | 18 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } |
| 19 | cortex-m-rt = "0.7.0" | 19 | cortex-m-rt = "0.7.0" |
| 20 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 20 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 21 | static_cell = { version = "2" } | 21 | static_cell = { version = "2" } |
| 22 | embedded-io = "0.6.1" | 22 | embedded-io = "0.6.1" |
| 23 | embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } | 23 | embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } |
