From 7e321fbcadb514609ddfff78ee75c1896df4ec3e Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 13 Nov 2024 15:28:54 -0800 Subject: [PATCH] Add Rust to protobuf_version.bzl, and have update_versions.py update it when we cut releases PiperOrigin-RevId: 696291125 --- .../Reflection/FeatureSetDescriptor.g.cs | 17 ----------------- protobuf_version.bzl | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs diff --git a/csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs b/csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs deleted file mode 100644 index 208ce1fcb6319..0000000000000 --- a/csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs +++ /dev/null @@ -1,17 +0,0 @@ -#region Copyright notice and license -// Protocol Buffers - Google's data interchange format -// Copyright 2008 Google Inc. All rights reserved. -// -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file or at -// https://developers.google.com/open-source/licenses/bsd -#endregion - -namespace Google.Protobuf.Reflection; - -internal sealed partial class FeatureSetDescriptor -{ - // Canonical serialized form of the edition defaults, generated by embed_edition_defaults. - private const string DefaultsBase64 = - "ChMYhAciACoMCAEQAhgCIAMoATACChMY5wciACoMCAIQARgBIAIoATABChMY6AciDAgBEAEYASACKAEwASoAIOYHKOgH"; -} diff --git a/protobuf_version.bzl b/protobuf_version.bzl index e5c20d46668c3..9b93f361fc858 100644 --- a/protobuf_version.bzl +++ b/protobuf_version.bzl @@ -4,4 +4,5 @@ PROTOBUF_JAVA_VERSION = "4.30.0" PROTOBUF_PYTHON_VERSION = "5.30.0" PROTOBUF_PHP_VERSION = "4.30.0" PROTOBUF_RUBY_VERSION = "4.30.0" +PROTOBUF_RUST_VERSION = "4.30.0" PROTOBUF_PREVIOUS_RELEASE = "28.0-rc1"