From 23ae813e2d1537e1e2b9b9e5449eed42576be867 Mon Sep 17 00:00:00 2001 From: Ryan Burn Date: Mon, 19 Aug 2024 17:24:32 -0700 Subject: [PATCH] build: bump rules_cuda (PROOF-899) (#168) bump rules_cuda --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 036a4cd4..bfa06803 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -103,7 +103,7 @@ boost_deps() # rules_cuda git_repository( name = "rules_cuda", - commit = "7a29239", + commit = "775ba0c", remote = "https://github.com/bazel-contrib/rules_cuda", )