diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-31 00:32:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 00:32:42 -0700 |
commit | 7c82667f75fdfe56ca66ccc0dbe2c92a989ba858 (patch) | |
tree | 0d75ddd4f73d046727bdd0369515b09532647c16 /gclient_config.py | |
parent | 2422e526257d971ba382bb9195e0ee527b918672 (diff) |
Upgrade Flatbuffers. (#1127)
Use msg_generated.rs as mod instead of crate.
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 93d744a3f..2e6f7c6e0 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -37,7 +37,7 @@ solutions = [{ 'cpplint' }, { 'url': - 'https://github.com/google/flatbuffers.git@d840856093fa7b935b0d6378c436bd633d006c8c', + 'https://github.com/google/flatbuffers.git@160e8f2fdc9d5989e652709fae3fac0bd9aaed14', 'name': 'flatbuffers' }] |