Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.7.0 #68

Closed
Woyten opened this issue Aug 23, 2020 · 2 comments
Closed

Release 0.7.0 #68

Woyten opened this issue Aug 23, 2020 · 2 comments

Comments

@Woyten
Copy link

Woyten commented Aug 23, 2020

It would be great if the latest state was released to crates.io. In particular, it fixes the following incompatibility problem with cpal which I need in version 0.12.x for WASM support:

package `alsa-sys v0.1.2`
    ... which is depended on by `alsa v0.2.2`
    ... which is depended on by `midir v0.6.2`
    ... which is depended on by `microwave v0.9.0 (/home/user/workspace/rust/tune/microwave)`
links to native library `alsa`

package `alsa-sys v0.3.0`
    ... which is depended on by `alsa v0.4.2`
    ... which is depended on by `cpal v0.12.1`
    ... which is depended on by `microwave v0.9.0 (/home/user/workspace/rust/tune/microwave)`
also links to native library `alsa`
@Boddlnagg
Copy link
Owner

I just published https://crates.io/crates/midir/0.7.0 🙂

@Woyten
Copy link
Author

Woyten commented Sep 5, 2020

Awesome! Hope it works as expected for me. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants