aboutsummaryrefslogtreecommitdiff
path: root/Cargo.example.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-08-25 20:34:25 +0200
committerDario Nieuwenhuis <[email protected]>2021-08-25 21:06:27 +0200
commitc4b9c8ac8762fdca52b6c37dd99346b2371387ab (patch)
tree43ff26742e7bcab026284759d3a4a7100bd9db9f /Cargo.example.toml
parent7c0990ad1e8d1a455818740973ca0267bb3f5854 (diff)
std: fold into embassy core, add non-hacky time driver.
Diffstat (limited to 'Cargo.example.toml')
-rw-r--r--Cargo.example.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.example.toml b/Cargo.example.toml
index f072c2f96..0e9d1e32d 100644
--- a/Cargo.example.toml
+++ b/Cargo.example.toml
@@ -45,7 +45,6 @@ members = [
45 #"examples/rp", 45 #"examples/rp",
46 46
47 # std 47 # std
48 #"embassy-std",
49 #"examples/std", 48 #"examples/std",
50] 49]
51 50