From d20244ba0ab506954af5866490a82f791ff1f042 Mon Sep 17 00:00:00 2001 From: Jason Tu Date: Tue, 23 Dec 2014 00:04:09 -0500 Subject: [PATCH] Version bump to fix release build. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb26a87e..6947a586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "url" -version = "0.2.6" +version = "0.2.7" authors = [ "Simon Sapin " ] description = "URL parser for Rust"