aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-07-28 17:18:22 -0500
committerxoviat <[email protected]>2023-07-28 17:18:22 -0500
commitc7c701b3e312c14ca00eabfa8b6d422cec869cbf (patch)
treedf9388eca3a45127eb36a670396d3a2c91517fa0 /examples/std
parente495d606ec62ccfd72eaf9fc868455da217e2d5c (diff)
parentcc414e63d3b7aec7da07d9097cf8a78b5d55a73a (diff)
Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim
Diffstat (limited to 'examples/std')
-rw-r--r--examples/std/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml
index 92933ab50..42adede10 100644
--- a/examples/std/Cargo.toml
+++ b/examples/std/Cargo.toml
@@ -23,3 +23,6 @@ clap = { version = "3.0.0-beta.5", features = ["derive"] }
23rand_core = { version = "0.6.3", features = ["std"] } 23rand_core = { version = "0.6.3", features = ["std"] }
24heapless = { version = "0.7.5", default-features = false } 24heapless = { version = "0.7.5", default-features = false }
25static_cell = { version = "1.1", features = ["nightly"]} 25static_cell = { version = "1.1", features = ["nightly"]}
26
27[profile.release]
28debug = 2