espressif / rust-esp32-example

Example of Rust integration into an ESP-IDF project, for ESP32 series of chips
MIT License
440 stars 36 forks source link

Updated docs to point to rust-build 1.55.0 for TCP and UDP bind fixes #39

Closed D1plo1d closed 3 years ago

D1plo1d commented 3 years ago

This fixes https://github.com/esp-rs/rust/issues/81

D1plo1d commented 3 years ago

I don't have a mac or windows box to test the non-Linux install options on but I imagine it could be updated to point to rust-build similarly(?)

georgik commented 3 years ago

@D1plo1d Thank you for the contribution. New installer and installation instructions are now located in project https://github.com/esp-rs/rust-build We should update this project.

D1plo1d commented 3 years ago

Awesome, thanks!