SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
708 stars 108 forks source link

Update giraffe to 4.0.1 #209

Closed mastoj closed 4 years ago

mastoj commented 4 years ago

Giraffe 4.0.0 had a bug, not sure what it was, that caused at least the ChannelSample to fail. updating to 4.0.1 fixes the sample.

Fixes: https://github.com/SaturnFramework/Saturn/issues/208

slang25 commented 4 years ago

This was due to some bad dependencies in 4.0.0 fixed here: https://github.com/giraffe-fsharp/Giraffe/pull/378

Krzysztof-Cieslak commented 4 years ago

Thanks!

Krzysztof-Cieslak commented 4 years ago

Released in 0.10.1