- Stop using baseline WASM compiler "winch" in dev-mode on MacOS. Previously loading WASM components on MacOS with
--devwould cause a panic related to nested tokio runtimes. This increases initial-load & hot-reload times, thus isn't ideal for DevEx but better than crashing. This will require further investigation: #206. - Upon request: add re-serialization of list queries to trailbase-qs.
- Update Rust and JavaScript dependencies.
Full Changelog: v0.22.5...v0.22.6