diff options
Diffstat (limited to 'examples/std/Cargo.toml')
| -rw-r--r-- | examples/std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml index b494cd3be..002d0487a 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -11,7 +11,7 @@ smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev="e4241510337e095b | |||
| 11 | 11 | ||
| 12 | async-io = "1.6.0" | 12 | async-io = "1.6.0" |
| 13 | env_logger = "0.9.0" | 13 | env_logger = "0.9.0" |
| 14 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 14 | futures = { version = "0.3.17" } |
| 15 | log = "0.4.14" | 15 | log = "0.4.14" |
| 16 | nix = "0.22.1" | 16 | nix = "0.22.1" |
| 17 | libc = "0.2.101" | 17 | libc = "0.2.101" |
