diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-04 22:41:54 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-04 22:41:54 +0100 |
| commit | bd3deb785a1e821a1d3a34cdcceca490dedf523f (patch) | |
| tree | 397b78b9485f14579c1e5d6d9d19f47b5c160a59 | |
| parent | 030b0441f0aa94e9552aef5e42d5898067634942 (diff) | |
Update deps
| -rw-r--r-- | .vscode/settings.json | 5 | ||||
| -rw-r--r-- | embassy/Cargo.toml | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index f34a7db41..8a292c0be 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -4,11 +4,10 @@ | |||
| 4 | "rust-analyzer.cargo.allFeatures": false, | 4 | "rust-analyzer.cargo.allFeatures": false, |
| 5 | "rust-analyzer.checkOnSave.allFeatures": false, | 5 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 6 | "rust-analyzer.checkOnSave.allTargets": false, | 6 | "rust-analyzer.checkOnSave.allTargets": false, |
| 7 | "rust-analyzer.cargo.target": "thumbv6m-none-eabi", | 7 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
| 8 | "rust-analyzer.checkOnSave.target": "thumbv6m-none-eabi", | 8 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", |
| 9 | "rust-analyzer.procMacro.enable": true, | 9 | "rust-analyzer.procMacro.enable": true, |
| 10 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, | 10 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, |
| 11 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", | ||
| 12 | "files.watcherExclude": { | 11 | "files.watcherExclude": { |
| 13 | "**/.git/objects/**": true, | 12 | "**/.git/objects/**": true, |
| 14 | "**/.git/subtree-cache/**": true, | 13 | "**/.git/subtree-cache/**": true, |
diff --git a/embassy/Cargo.toml b/embassy/Cargo.toml index 98c607c6c..c58fcbf28 100644 --- a/embassy/Cargo.toml +++ b/embassy/Cargo.toml | |||
| @@ -22,5 +22,5 @@ futures = { version = "0.3.5", default-features = false, features = [ "cfg-t | |||
| 22 | pin-project = { version = "1.0.2", default-features = false } | 22 | pin-project = { version = "1.0.2", default-features = false } |
| 23 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} | 23 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} |
| 24 | embassy-traits = { version = "0.1.0", path = "../embassy-traits"} | 24 | embassy-traits = { version = "0.1.0", path = "../embassy-traits"} |
| 25 | atomic-polyfill = { version = "0.1.0" } | 25 | atomic-polyfill = { version = "0.1.1" } |
| 26 | 26 | ||
