MeadowlarkDAW / creek

Realtime disk streaming IO for audio
Other
112 stars 12 forks source link

CI workflow fails to due Rust version #42

Open BillyDM opened 1 year ago

BillyDM commented 1 year ago

The CI workflows fails now with the error:

package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.62.0

I believe this dependency is only used by egui which is used for the demos. Is there a way to exclude the demos from the CI workflow?