From 2bb343ad7009aa38e994b433bd9d2174e9cb4c53 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 15 May 2018 23:35:28 -0700 Subject: [PATCH] Use a specific git revision for pear dependencies. --- lib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a18ceeb5..a666a4a5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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"