diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-17 15:11:28 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-17 18:50:37 -0400 |
commit | 0b61d955ebd42dd20bef8b0f4a8fec842034e999 (patch) | |
tree | 0dc2867efbc267335f5850683732d1f552d887fb /gclient_config.py | |
parent | 17b9c5c39028bce80e21d209c1283f8bac462bd9 (diff) |
Upgrade fbs to latest.
Reduces numbers of warnings.
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gclient_config.py b/gclient_config.py index 214f5ecff..a319b7ece 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -38,7 +38,7 @@ solutions = [{ # https://github.com/google/flatbuffers/pull/3894 # https://github.com/rw/flatbuffers/tree/2018-08-12--all-tests-passing 'url': - 'https://github.com/rw/flatbuffers.git@05e594342043179178da5331407eb1cd43d1cf02', + 'https://github.com/rw/flatbuffers.git@9ab5d42b4471d7df06a45fd3939e4aec8a04dfe2', 'name': 'flatbuffers' }] |