diff options
| author | xoviat <[email protected]> | 2023-11-04 13:51:11 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-11-04 13:51:11 -0500 |
| commit | 3f2abd4fd5da51d7b8a7711d0eac02c7f7b9deed (patch) | |
| tree | 3375dd57e07879f2d709f7547d95b2a7f757ae14 /examples/std | |
| parent | dc467e89a0f093c1656eaf63955c28dd3b08be6c (diff) | |
| parent | 655ed3aa887fe2d9e424f239cc07db055d8f8d61 (diff) | |
Merge branch 'main' of github.com:embassy-rs/embassy into low-power
Diffstat (limited to 'examples/std')
| -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 12ec40fad..99511292f 100644 --- a/examples/std/Cargo.toml +++ b/examples/std/Cargo.toml | |||
| @@ -24,7 +24,7 @@ nix = "0.26.2" | |||
| 24 | clap = { version = "3.0.0-beta.5", features = ["derive"] } | 24 | clap = { version = "3.0.0-beta.5", features = ["derive"] } |
| 25 | rand_core = { version = "0.6.3", features = ["std"] } | 25 | rand_core = { version = "0.6.3", features = ["std"] } |
| 26 | heapless = { version = "0.7.5", default-features = false } | 26 | heapless = { version = "0.7.5", default-features = false } |
| 27 | static_cell = { version = "1.1", features = ["nightly"]} | 27 | static_cell = { version = "2", features = ["nightly"]} |
| 28 | 28 | ||
| 29 | [profile.release] | 29 | [profile.release] |
| 30 | debug = 2 | 30 | debug = 2 |
