From abf5ee5112e4120694d10b5d968415834b8f5157 Mon Sep 17 00:00:00 2001 From: Mohd Tarmizi Date: Sat, 12 Dec 2015 20:29:43 +0800 Subject: [PATCH] Bump to 1.0.0-alpha.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9d3834..fbcd5dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastcgi" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" authors = ["Mohd Tarmizi Mohd Affandi"] license = "MIT" description = "FastCGI library written in pure Rust"