rust-embedded / nb

Minimal and reusable non-blocking I/O layer
Apache License 2.0
86 stars 15 forks source link

add future support #38

Open andrewgazelka opened 2 years ago

andrewgazelka commented 2 years ago

Also—can someone verify the MSRV? I believe it should be 1.36 because this is when Future was stabilized. However, I might be wrong. I can't test on my M1 Mac.

andrewgazelka commented 2 years ago

forgot to update the GitHub workflow. Fixed.

andrewgazelka commented 2 years ago

removed pin_project because it required using a higher MSRV