From 1ddeb8f141fa3dd88d9e1847b25944838de75560 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Tue, 26 Apr 2016 13:25:59 +0200 Subject: [PATCH] fix dns build --- components/dns_challenge/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/dns_challenge/Cargo.toml b/components/dns_challenge/Cargo.toml index bd787c57..8a641c00 100644 --- a/components/dns_challenge/Cargo.toml +++ b/components/dns_challenge/Cargo.toml @@ -8,6 +8,9 @@ publish = false name = "dnschallenge" path = "main.rs" +[replace] +"iron:0.3.0" = { path = "../../iron-fork/" } + [dependencies.tls] path = "../tls"