Update swift build to cxx20.

PiperOrigin-RevId: 750724378
This commit is contained in:
Francis Tsui
2025-04-23 14:26:09 -07:00
committed by Copybara-Service
parent e71de0e0c3
commit ce58d19c1a
+1 -1
View File
@@ -678,5 +678,5 @@ let package = Package(
),
],
cLanguageStandard: .c99,
cxxLanguageStandard: .cxx17
cxxLanguageStandard: .cxx20
)