From e2e7bc3c9ed932dfd08a589ab782f591fd8d80b7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 18 Mar 2020 14:02:01 -0700 Subject: Update to codespan-reporting 0.9 --- BUILD | 2 -- 1 file changed, 2 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index db222037..59ac9fc7 100644 --- a/BUILD +++ b/BUILD @@ -10,7 +10,6 @@ rust_library( ":cxxbridge-macro", "//third-party:anyhow", "//third-party:cc", - "//third-party:codespan", "//third-party:codespan-reporting", "//third-party:link-cplusplus", "//third-party:proc-macro2", @@ -27,7 +26,6 @@ rust_binary( visibility = ["//visibility:public"], deps = [ "//third-party:anyhow", - "//third-party:codespan", "//third-party:codespan-reporting", "//third-party:proc-macro2", "//third-party:quote", -- cgit v1.2.3