From 1cfbf16e320ca9bdadd9c24eb1d2d68b25369ba6 Mon Sep 17 00:00:00 2001 From: Pimyn Girgis Date: Tue, 2 Dec 2025 12:28:10 +0000 Subject: executor: update flatbuffers Update flatbuffers to v23.5.26, which matches the compiler version in the new env container. --- executor/_include/flatbuffers/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/_include/flatbuffers/string.h') diff --git a/executor/_include/flatbuffers/string.h b/executor/_include/flatbuffers/string.h index 3db95fce1..97e399fd6 100644 --- a/executor/_include/flatbuffers/string.h +++ b/executor/_include/flatbuffers/string.h @@ -61,4 +61,4 @@ static inline flatbuffers::string_view GetStringView(const String *str) { } // namespace flatbuffers -#endif // FLATBUFFERS_STRING_H_ \ No newline at end of file +#endif // FLATBUFFERS_STRING_H_ -- cgit mrf-deployment