diff options
Diffstat (limited to 'examples/std/Cargo.toml')
| -rw-r--r-- | examples/std/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index 99511292f..ee35ef49b 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -14,7 +14,6 @@ embassy-net-ppp = { version = "0.1.0", path = "../../embassy-net-ppp", features | |||
| 14 | embedded-io-async = { version = "0.6.0" } | 14 | embedded-io-async = { version = "0.6.0" } |
| 15 | embedded-io-adapters = { version = "0.6.0", features = ["futures-03"] } | 15 | embedded-io-adapters = { version = "0.6.0", features = ["futures-03"] } |
| 16 | critical-section = { version = "1.1", features = ["std"] } | 16 | critical-section = { version = "1.1", features = ["std"] } |
| 17 | smoltcp = { version = "0.10.0", features = ["dns-max-server-count-4"] } | ||
| 18 | 17 | ||
| 19 | async-io = "1.6.0" | 18 | async-io = "1.6.0" |
| 20 | env_logger = "0.9.0" | 19 | env_logger = "0.9.0" |
| @@ -23,7 +22,7 @@ log = "0.4.14" | |||
| 23 | nix = "0.26.2" | 22 | nix = "0.26.2" |
| 24 | clap = { version = "3.0.0-beta.5", features = ["derive"] } | 23 | clap = { version = "3.0.0-beta.5", features = ["derive"] } |
| 25 | rand_core = { version = "0.6.3", features = ["std"] } | 24 | rand_core = { version = "0.6.3", features = ["std"] } |
| 26 | heapless = { version = "0.7.5", default-features = false } | 25 | heapless = { version = "0.8", default-features = false } |
| 27 | static_cell = { version = "2", features = ["nightly"]} | 26 | static_cell = { version = "2", features = ["nightly"]} |
| 28 | 27 | ||
| 29 | [profile.release] | 28 | [profile.release] |
