From 6d0e2ecb47060b080098818cbfaa78f6f7a3ebfc Mon Sep 17 00:00:00 2001 From: Erick555 <37542552+Erick555@users.noreply.github.com> Date: Sat, 5 Oct 2019 21:53:22 +0200 Subject: [PATCH] Update flatbuffers to 1.11.0 Previous release fails to build due to code errors detected with newer toolchain. --- deps/flatbuffers.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/flatbuffers.json b/deps/flatbuffers.json index 6f4a837..42ce2bd 100644 --- a/deps/flatbuffers.json +++ b/deps/flatbuffers.json @@ -3,8 +3,8 @@ "sources": [ { "type": "archive", - "url": "https://github.com/google/flatbuffers/archive/v1.10.0.tar.gz", - "sha256": "3714e3db8c51e43028e10ad7adffb9a36fc4aa5b1a363c2d0c4303dd1be59a7c" + "url": "https://github.com/google/flatbuffers/archive/v1.11.0.tar.gz", + "sha256": "3f4a286642094f45b1b77228656fbd7ea123964f19502f9ecfd29933fd23a50b" } ], "cleanup": [ -- GitLab