diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-23 17:30:00 -0400 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-08-24 22:21:06 +0200 |
commit | a4b3741b4de389c1a2dc4543f6ee1a031699f8ea (patch) | |
tree | 96532bb1d169f258823d0a60fa04d0a382692fbb /gclient_config.py | |
parent | 4b3a8be6407bf4a7a87ea9518a2e89a8e7820fcb (diff) |
Upgrade flatbuffers
https://github.com/rw/flatbuffers/commit/83a71543f8ccbf230ac27cb523831bfafb9c84d7
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 a319b7ece..9b3c96c61 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@9ab5d42b4471d7df06a45fd3939e4aec8a04dfe2', + 'https://github.com/rw/flatbuffers.git@83a71543f8ccbf230ac27cb523831bfafb9c84d7', 'name': 'flatbuffers' }] |