aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2020-03-18 14:02:01 -0700
committerDavid Tolnay <dtolnay@gmail.com>2020-03-18 15:17:37 -0700
commite2e7bc3c9ed932dfd08a589ab782f591fd8d80b7 (patch)
tree66d74672694967c921bbae90e8292ea501c76267 /BUILD
parent6dfa3b0a7c9471bf23fd51c5e21b25b77d2b81e1 (diff)
downloadcxx-e2e7bc3c9ed932dfd08a589ab782f591fd8d80b7.tar.gz
Update to codespan-reporting 0.9
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 0 insertions, 2 deletions
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",