chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Update isomorphic example with actix-web 1.0 #127

Closed mathiversen closed 5 years ago

mathiversen commented 5 years ago

The isomorphic example should update the actix-web dependency to a more stable version, the latest version is currently at 1.0.3.

https://docs.rs/actix-web/ https://actix.rs/docs/

mathiversen commented 5 years ago

I can have a look at this :)