v0.58.2 - make Robyn faster and fix bug in compile_rust_files
What's Changed
- build: bump watchdog to 4.0.1 by @haoxins in https://github.com/sparckles/Robyn/pull/913
- fix: :bug: Fix bug in compile_rust_files where it returns a list of t… by @Kade-Powell in https://github.com/sparckles/Robyn/pull/873
- docs: fix global var docs behavior in multi-threading by @VishnuSanal in https://github.com/sparckles/Robyn/pull/904
- feat: replace stdlib RwLock with parking_lot::RwLock by @sansyrox in https://github.com/sparckles/Robyn/pull/924
New Contributors
- @haoxins made their first contribution in https://github.com/sparckles/Robyn/pull/913
- @Kade-Powell made their first contribution in https://github.com/sparckles/Robyn/pull/873
Full Changelog: https://github.com/sparckles/Robyn/compare/v0.58.1...v0.58.2