Breaking Changes
generator
returnsResult<Megalodon, Error>
instead of returningMegalodon
. So, please handleResult
when initializing megalodon.
What's Changed
- Keep reqwest client alive by @Lynnesbian in #257
- fix(deps): update rust crate tokio-tungstenite to 0.24 by @renovate in #248
New Contributors
- @Lynnesbian made their first contribution in #257
Full Changelog: v0.13.10...v0.14.0