From 0a35a31e1b1b51513c96c07f412089b5d8fb54a3 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 13 Oct 2017 11:33:03 -0700 Subject: [PATCH] Add "extern crate skeptic" to build.rs Not sure why it wasn't complaining before. --- build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.rs b/build.rs index acae726..4fff2cb 100644 --- a/build.rs +++ b/build.rs @@ -1,3 +1,5 @@ +extern crate skeptic; + fn main() { extern crate skeptic;