Skip to content

Commit 1d69680

Browse files
committed
Update Module.bazel.lock and export internal changes
PiperOrigin-RevId: 850451642
1 parent 8607279 commit 1d69680

File tree

6 files changed

+460
-24
lines changed

6 files changed

+460
-24
lines changed

BUILD

Whitespace-only changes.

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ archive_override(
1212
module_name = "protobuf",
1313
integrity = "sha256-F4n12LZfTcM249HtTdCAw3iK35iU7Ei61GTtjK3cS4Y=",
1414
strip_prefix = "protobuf-9151e03956a34b795ca0d58e19d8a9991904b459",
15-
urls = ["https://github.com/google/protobuf/archive/9151e03956a34b795ca0d58e19d8a9991904b459.zip"],
15+
urls = ["https://github.com/google/protobuf/archive/9151e03956a34b795ca0d58e19d8a9991904b459.zip"],
1616
)
1717

1818
bazel_dep(name = "googletest", version = "1.17.0.bcr.1", repo_name = "com_github_google_googletest")

MODULE.bazel.lock

Lines changed: 457 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shell_encryption/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414

1515
load("@protobuf//bazel:proto_library.bzl", "proto_library")
16+
load("@rules_license//rules:license.bzl", "license")
1617
load("@rules_cc//cc:cc_library.bzl", "cc_library")
1718
load("@rules_cc//cc:cc_test.bzl", "cc_test")
18-
load("@rules_license//rules:license.bzl", "license")
1919

2020
package(default_visibility = ["//visibility:public"])
2121

shell_encryption/rns/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# RNS extension of the rlwe library
1616

1717
load("@protobuf//bazel:proto_library.bzl", "proto_library")
18-
load("@protobuf//rust:defs.bzl", "rust_proto_library")
1918
load("@rules_cc//cc:cc_library.bzl", "cc_library")
2019
load("@rules_cc//cc:cc_test.bzl", "cc_test")
20+
load("@protobuf//rust:defs.bzl", "rust_proto_library")
2121

2222
package(default_visibility = ["//visibility:public"])
2323

shell_encryption/testing/coefficient_polynomial.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ syntax = "proto2";
1717

1818
package rlwe;
1919

20-
option optimize_for = LITE_RUNTIME;
21-
2220
// Polynomial in coefficient representation
2321
message SerializedCoefficientPolynomial {
2422
// Coefficients of the polynomial

0 commit comments

Comments
 (0)