Don't use any features from toml crate.

This commit is contained in:
Giovanni Capuano 2017-01-21 01:10:11 +01:00 committed by Sergio Benitez
parent 72b91dfa41
commit 9ef65a8c91
1 changed files with 1 additions and 1 deletions

View File

@ -18,8 +18,8 @@ build = "build.rs"
term-painter = "^0.2"
log = "^0.3"
url = "^1"
toml = "^0.2"
hyper = { version = "^0.9.14", default-features = false }
toml = { version = "^0.2", default-features = false }
num_cpus = "1"
# cookie = "^0.3"