feat: use async fn in trait

This commit is contained in:
Ulf Lilleengen
2022-12-01 22:09:45 +01:00
parent 8a81114baf
commit f4c9014fe4
4 changed files with 50 additions and 65 deletions

View File

@ -1,7 +1,7 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "nightly-2022-10-25"
channel = "nightly-2022-11-22"
components = [ "rust-src", "rustfmt" ]
targets = [
"thumbv6m-none-eabi",