aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-11-04 13:51:11 -0500
committerxoviat <[email protected]>2023-11-04 13:51:11 -0500
commit3f2abd4fd5da51d7b8a7711d0eac02c7f7b9deed (patch)
tree3375dd57e07879f2d709f7547d95b2a7f757ae14 /examples/std
parentdc467e89a0f093c1656eaf63955c28dd3b08be6c (diff)
parent655ed3aa887fe2d9e424f239cc07db055d8f8d61 (diff)
Merge branch 'main' of github.com:embassy-rs/embassy into low-power
Diffstat (limited to 'examples/std')
-rw-r--r--examples/std/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml
index 12ec40fad..99511292f 100644
--- a/examples/std/Cargo.toml
+++ b/examples/std/Cargo.toml
@@ -24,7 +24,7 @@ nix = "0.26.2"
24clap = { version = "3.0.0-beta.5", features = ["derive"] } 24clap = { version = "3.0.0-beta.5", features = ["derive"] }
25rand_core = { version = "0.6.3", features = ["std"] } 25rand_core = { version = "0.6.3", features = ["std"] }
26heapless = { version = "0.7.5", default-features = false } 26heapless = { version = "0.7.5", default-features = false }
27static_cell = { version = "1.1", features = ["nightly"]} 27static_cell = { version = "2", features = ["nightly"]}
28 28
29[profile.release] 29[profile.release]
30debug = 2 30debug = 2