1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Fix segfault in ServerSettings::get_response_builder()

This commit is contained in:
Nikolay Kim
2018-05-11 21:19:48 -07:00
parent 487a713ca0
commit 9306631d6e
3 changed files with 18 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "0.6.3"
version = "0.6.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"