summary history branches tags files
commit:0c2ed9adfc1a9b6914e0144e501247c65d60139f
author:Trevor Bentley
committer:Trevor Bentley
date:Fri Aug 4 22:43:58 2017 +0200
parents:035a9e377cf192d9f7866237dc54e885b10ca381
Remove hyper submodule.  Compatible version published now.
diff --git a/.gitmodules b/.gitmodules
line changes: +0/-3
index e9ce6d8..8dec61c
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
-[submodule "deps/hyper"]
-	path = deps/hyper
-	url = https://github.com/hyperium/hyper
 [submodule "deps/systray-rs"]
 	path = deps/systray-rs
 	url = https://github.com/mrmekon/systray-rs

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-2
index 3e7cddb..b82f548
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -82,8 +82,7 @@ version = "0.2.2"
 features = ["exception"]
 
 [dev-dependencies]
-#hyper = {git = "https://github.com/hyperium/hyper"}
-hyper = {path = "deps/hyper", version="0.11.0-a.0"}
+hyper = "0.11"
 futures = "0.1.11"
 lazy_static = "0.2"
 

diff --git a/deps/hyper b/deps/hyper
line changes: +0/-1
index acd62cd..0000000
--- a/deps/hyper
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit acd62cda446e4c647716a2d595342360dc24a080