From 9b7ea836d0a0d850b03ad693c25578697c922076 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 17 May 2018 18:34:09 -0700 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ba3cc0a5..70a9ec442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "0.6.6" +version = "0.6.7" authors = ["Nikolay Kim "] description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust." readme = "README.md"