diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-22 21:46:09 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-08-22 22:18:13 +0200 |
| commit | 21072bee48ff6ec19b79e0d9527ad8cc34a4e9e0 (patch) | |
| tree | b5b8c0f4b3571989b5fd15152be5639f4334c282 /.vscode | |
| parent | 61356181b223e95f289ca3af3a038a699cde2112 (diff) | |
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d6ce75c99..5e9e51799 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | "rust-analyzer.linkedProjects": [ | 18 | "rust-analyzer.linkedProjects": [ |
| 19 | // Declare for the target you wish to develop | 19 | // Declare for the target you wish to develop |
| 20 | //"embassy-executor/Cargo.toml", | 20 | //"embassy-executor/Cargo.toml", |
| 21 | //"embassy-util/Cargo.toml", | 21 | //"embassy-sync/Cargo.toml", |
| 22 | "examples/nrf/Cargo.toml", | 22 | "examples/nrf/Cargo.toml", |
| 23 | // "examples/rp/Cargo.toml", | 23 | // "examples/rp/Cargo.toml", |
| 24 | // "examples/std/Cargo.toml", | 24 | // "examples/std/Cargo.toml", |
