rustwasm / gloo

A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM
https://gloo-rs.web.app
Apache License 2.0
1.78k stars 146 forks source link

Need to republish / version bump gloo-net after upgrade to http v1.0 #483

Closed DylanRJohnston closed 4 months ago

DylanRJohnston commented 4 months ago

Hey all, after #407 upgraded gloo-net's dependency on http from v0.2.9 to v1.0 the minor version of this package was not bumped nor the changes published to crates.io. A significant portion of the ecosystem has since migrated onto http v1.0 and this is causing issues with incompatible struct types, increased build times, and increased binary sizes.

ranile commented 4 months ago

gloo-net 0.6.0 has been released 🎉