aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-09-11 00:10:46 +0200
committerDario Nieuwenhuis <[email protected]>2021-09-11 01:35:23 +0200
commitf2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (patch)
treeb2b97c894dc78a907455a6718b9122d461ec87e5 /.vscode
parent9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff)
Update lots of deps
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a5a656637..ed01f7557 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,12 +6,11 @@
6 "rust-analyzer.checkOnSave.allTargets": false, 6 "rust-analyzer.checkOnSave.allTargets": false,
7 "rust-analyzer.cargo.noDefaultFeatures": true, 7 "rust-analyzer.cargo.noDefaultFeatures": true,
8 "rust-analyzer.checkOnSave.noDefaultFeatures": true, 8 "rust-analyzer.checkOnSave.noDefaultFeatures": true,
9 "rust-analyzer.cargo.target": "thumbv7em-none-eabi", 9 //"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
10 "rust-analyzer.cargo.features": [ 10 "rust-analyzer.cargo.features": [
11 // These are needed to prevent embassy-net from failing to build 11 // These are needed to prevent embassy-net from failing to build
12 "embassy-net/medium-ethernet", 12 "embassy-net/medium-ethernet",
13 "embassy-net/tcp", 13 "embassy-net/tcp",
14 "embassy-net/pool-16",
15 ], 14 ],
16 "rust-analyzer.procMacro.enable": true, 15 "rust-analyzer.procMacro.enable": true,
17 "rust-analyzer.cargo.runBuildScripts": true, 16 "rust-analyzer.cargo.runBuildScripts": true,