tramhao

Results 154 comments of tramhao

Here comes an awkward situation. When I publish termusic-playback, the default option is no backend, so I have to add "rusty" as default backend. Then when I publish termusic-server, the...

Any way, I have to go to v0.9.0 becuase 0.8.0 was yanked before. And I think it's a big improvement. Need a major release. For later fixes, we could put...

Because I think this release is a big improvement. If we release V0.8.1, probably some user will think it's a bug fix release only.

We could close this now. Thanks.

Second thought, we should leave this open. After solving the compile error of no backend, we could close it.

The problem is, with the compile error, cargo publish will fail. Up to now I still don't know why v0.9.0 from crates.io can compile. I modified default of playback to...

In af1d013e I added rusty as default backend. Publishing playback is working. However, when I try to publish termusic-server, error happens: ``` error[E0599]: no method named `media_info` found for struct...

Please try this: af1d013e2510da5629c5313b627b98c2e4932d8a and ``` cargo publish -p termusic-server --dry-run ``` I deleted target and same error happened.

Ok. That'll be the next release.

When I publish V0.9.1, firstly I publish termusic-lib with: ``` cargo publish -p termusic-lib ``` and it's fine. Then I publish termusic-playback with: ``` cargo publish -p termusic-playback ``` The...