diwic / alsa-rs

Thin but safe ALSA wrappers for Rust
Apache License 2.0
139 stars 66 forks source link

Update nix to 0.26 #99

Closed glandium closed 1 year ago

diwic commented 1 year ago

For what reason? Usually updates cause more version churn than they're worth.

glandium commented 1 year ago

The main reason would be that many crates have switched to nix 0.26 (the most used of which is tokio), and this would avoid depending on two versions of the crate. Alternatively, the dependency could be turned into >=0.24,<0.27

diwic commented 1 year ago

@RustAudio/cpal-maintainers have you fixed up your stuff so I can do this without breaking cpal?

diwic commented 1 year ago

Fixed now