diff options
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gclient_config.py b/gclient_config.py index 23c62fe0e..31ec36ee9 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -34,11 +34,8 @@ solutions = [{ 'name': 'cpplint' }, { - # Tracking a bleeding-edge branch. Upgrade frequently. - # https://github.com/google/flatbuffers/pull/4898 - # https://github.com/rw/flatbuffers/tree/2018-08-28--rw-flatbuffers-rust 'url': - 'https://github.com/rw/flatbuffers.git@93f91622561907e2e51662be897631b5e0ed5634', + 'https://github.com/google/flatbuffers.git@919c929d30f3e344537793794cdae8b204d40f32', 'name': 'flatbuffers' }] |