From 81ed5ef6833b3c7bc3442a4df5a27882a949214a Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 28 Sep 2021 08:52:12 -0700 Subject: [PATCH] Update pinterest/tulsi fork to c180639a (#288) - https://github.com/pinterest/tulsi/commit/70f18391fda3feef42179442a30505401aa2a774 - https://github.com/pinterest/tulsi/commit/e8431a1f4f309e2271e8a0f1f5cd57e4c881893b - https://github.com/pinterest/tulsi/commit/c180639af0a20779610b4cbedd47f69849479366 --- third_party/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/repositories.bzl b/third_party/repositories.bzl index ca47741..313aeea 100644 --- a/third_party/repositories.bzl +++ b/third_party/repositories.bzl @@ -274,7 +274,7 @@ def xchammer_dependencies(): new_git_repository( name = "xchammer_tulsi_aspects", remote = "https://github.com/pinterest/tulsi.git", - commit = "d9f7da58ff7a620e64d695baa2179c3598333bf7", + commit = "c180639af0a20779610b4cbedd47f69849479366", strip_prefix = "src/TulsiGenerator/Bazel", build_file_content = "exports_files(['tulsi'])", )