FactbirdHQ / atat

no_std crate for parsing AT commands
Apache License 2.0
115 stars 31 forks source link

fix: Enable async_in_trait_feature #175

Closed VersBinarii closed 11 months ago

VersBinarii commented 12 months ago

Could this possibly be a typo introduced in this commit? It break compilation since the async feature was not enabled correctly.

MathiasKoch commented 11 months ago

Hi @VersBinarii I think this is just a matter of you compiling with an older toolchain? async_fn_in_trait was stabilized since nightly-2023-11-01, which is also the version locked in rust-toolchain