Update lots of deps

This commit is contained in:
Dario Nieuwenhuis
2021-09-11 00:10:46 +02:00
parent 9082e5f6c5
commit f2623e7e9b
26 changed files with 145 additions and 148 deletions

View File

@ -6,12 +6,11 @@
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.cargo.noDefaultFeatures": true,
"rust-analyzer.checkOnSave.noDefaultFeatures": true,
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
//"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
"rust-analyzer.cargo.features": [
// These are needed to prevent embassy-net from failing to build
"embassy-net/medium-ethernet",
"embassy-net/tcp",
"embassy-net/pool-16",
],
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.runBuildScripts": true,