Use a specific git revision for pear dependencies.

This commit is contained in:
Sergio Benitez 2018-05-15 23:35:28 -07:00
parent a040ddd122
commit 2bb343ad70
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ time = "0.1"
memchr = "2"
base64 = "0.9"
smallvec = "0.6"
pear = { git = "http://github.com/SergioBenitez/pear" }
pear_codegen = "0.0"
pear = { git = "http://github.com/SergioBenitez/pear", rev = "44bbca0" }
pear_codegen = { git = "http://github.com/SergioBenitez/pear", rev = "44bbca0" }
rustls = { version = "0.12.0", optional = true }
hyper = { version = "0.10.13", default-features = false }
indexmap = "1.0"