Skip to content

Commit 77ba444

Browse files
authored
Merge pull request #298 from OliverKoo/xchammer-3.4.3-dev
update tulsi to latest to include deprecation of python2 and switch to python3
2 parents d55ea16 + 6bc4730 commit 77ba444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/repositories.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def xchammer_dependencies():
258258
namespaced_git_repository(
259259
name = "Tulsi",
260260
remote = "https://github.com/pinterest/tulsi.git",
261-
commit = "818e0ef72a746710b57f4e23715a020f27898e91",
261+
commit = "9fb0df4ca7838cf794c2891869385b7e49860544",
262262
patch_cmds = [
263263
"""
264264
sed -i '' 's/\\:__subpackages__/visibility\\:public/g' src/TulsiGenerator/BUILD

0 commit comments

Comments
 (0)