From 6848a12095a13519b64f8f8bebd90b74cff2b293 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 9 Jun 2018 01:22:19 +0200 Subject: [PATCH] prepare 0.6.12 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90145935c..4d09d75cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "0.6.11" +version = "0.6.12" authors = ["Nikolay Kim "] description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust." readme = "README.md"