From 0d825bde55c0e35ba67e796ba1e5c027ead2ee12 Mon Sep 17 00:00:00 2001 From: Tomasz Pasternak Date: Mon, 7 Oct 2024 11:14:49 +0200 Subject: [PATCH] fix: project sync failing due to an error in rules_rust --- .bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index d8f1bc891d8..b433f6c936c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -12,4 +12,4 @@ common --android_sdk=@androidsdk//:sdk # Required for CLion integration tests on windows startup --windows_enable_symlinks build --enable_runfiles -common --incompatible_use_plus_in_repo_names \ No newline at end of file +# common --incompatible_use_plus_in_repo_names # reenable after this is fixed https://github.com/protocolbuffers/protobuf/issues/18546