From 4563fb1c746d4526d210e95b66d548632bbe72e8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 8 Oct 2020 16:43:19 -0700 Subject: Add lazy_static dep to cxx-build --- BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD') diff --git a/BUILD b/BUILD index e551d184..782374b2 100644 --- a/BUILD +++ b/BUILD @@ -59,6 +59,7 @@ rust_library( deps = [ "//third-party:cc", "//third-party:codespan-reporting", + "//third-party:lazy_static", "//third-party:proc-macro2", "//third-party:quote", "//third-party:syn", -- cgit v1.2.3