From 91e8c8b42c75832acccf227f46eae1b22395e93c Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Wed, 6 Jan 2016 23:58:09 -0500 Subject: [PATCH] Version 0.4.0 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cdcef2cc..18d35abf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "igd" -version = "0.3.1" +version = "0.4.0" authors = ["Simon Bernier St-Pierre "] description = "Internet Gateway Protocol client" homepage = "https://github.com/SBSTP/rust-igd" @@ -19,4 +19,3 @@ rand = "0.3" [dependencies.hyper] version = "0.6.*" default-features = false -