aboutsummaryrefslogtreecommitdiff
path: root/examples/std/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-11-15 18:31:38 +0000
committerGitHub <[email protected]>2021-11-15 18:31:38 +0000
commitc8f3ec3fba47899b123d0a146e8f9b3808ea4601 (patch)
treeba19e675d923441025e6b1c9d8114f85c86f8b6d /examples/std/Cargo.toml
parent4e0a0f27febfb00c9b4ec42275ac6b83c98436ea (diff)
parentee1490bce16d98457c1e67f5c7e9320e4c17e51b (diff)
Merge #487
487: Update to defmt 3.0ish. r=bobmcwhirter a=bobmcwhirter Lots of gitrevs deps. Co-authored-by: Bob McWhirter <[email protected]>
Diffstat (limited to 'examples/std/Cargo.toml')
-rw-r--r--examples/std/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml
index 002d0487a..2e2f0bd1c 100644
--- a/examples/std/Cargo.toml
+++ b/examples/std/Cargo.toml
@@ -7,7 +7,6 @@ version = "0.1.0"
7[dependencies] 7[dependencies]
8embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time"] } 8embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "std", "time"] }
9embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] } 9embassy-net = { version = "0.1.0", path = "../../embassy-net", features=["std", "log", "medium-ethernet", "tcp", "dhcpv4"] }
10smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev="e4241510337e095b9d21136c5f58b2eaa1b78479", default-features = false }
11 10
12async-io = "1.6.0" 11async-io = "1.6.0"
13env_logger = "0.9.0" 12env_logger = "0.9.0"
@@ -18,3 +17,8 @@ libc = "0.2.101"
18clap = { version = "3.0.0-beta.5", features = ["derive"] } 17clap = { version = "3.0.0-beta.5", features = ["derive"] }
19rand_core = { version = "0.6.3", features = ["std"] } 18rand_core = { version = "0.6.3", features = ["std"] }
20heapless = { version = "0.7.5", default-features = false } 19heapless = { version = "0.7.5", default-features = false }
20
21[dependencies.smoltcp]
22git = "https://github.com/bobmcwhirter/smoltcp"
23rev = "faf81d21daae16b650b16e59a8422a8283e8a302"
24default-features = false