matheuswhite / scope-rs

Multiplatform Serial Monitor made in Rust
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Fix building as of rust version - nightly 1.80 #84

Closed MilhoNerfado closed 2 months ago

MilhoNerfado commented 2 months ago

After 1.79 on the nightly branch of rust the feature Utf8Chunks became stable, causing the following build error:

image

This PR is meant to fix it. On the next rust update (currently 1.78) scope-rs will be back on the rust's stable branch!