Skip to content

crunchyroll-rs v0.13.0

Choose a tag to compare

@bytedream bytedream released this 16 Mar 04:20
· 79 commits to master since this release
  • Try to revoke the stream token when a stream request fails with an decoding error. This eliminates the too many active streams error if a new stream is requested shortly after the failure
  • Change Rust edition to 2024. That means that your crate must also be using the 2024 edition
  • Remove async-trait, lazy_static and once_cell dependencies in favor of std implementations
  • Remove Account::qa_user field