esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
417 stars 50 forks source link

Use master branch of `esp-idf-svc` #44

Closed SergioGasquez closed 2 years ago

SergioGasquez commented 2 years ago

no-std versions of the template were failing due to https://github.com/esp-rs/esp-idf-svc/pull/98, we can use master branch of esp-idf-svc until we get a new release.

SergioGasquez commented 2 years ago

Check are failing because projects are being generated with master branch, hence the PR improving the CI: https://github.com/esp-rs/esp-idf-template/pull/43

ivmarkov commented 2 years ago

I think rather than doing this we should just release esp-idf-svc 0.42.1 which I'm doing ATM.

SergioGasquez commented 2 years ago

Great, I am happy to close this PR if we are getting a new release! Just wanted to have the CI passing. Thanks for making the new release!