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 -