summaryrefslogtreecommitdiff
path: root/gclient_config.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-13 15:02:35 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-08-16 08:40:11 -0400
commitd770cc18f80257b520c2cf9cdc5ddea707b38680 (patch)
treeb859dcb7c9774ff0e1886d226ce702a04b91634a /gclient_config.py
parent168d92f5d254a0671a1c34ca79d7b5600084b139 (diff)
Upgrade Rust Flatbuffers
Diffstat (limited to 'gclient_config.py')
-rw-r--r--gclient_config.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/gclient_config.py b/gclient_config.py
index ccb20775e..214f5ecff 100644
--- a/gclient_config.py
+++ b/gclient_config.py
@@ -34,10 +34,11 @@ solutions = [{
'name':
'cpplint'
}, {
- # Tracking a bleeding-edge branch that is nearing rust support.
+ # Tracking a bleeding-edge branch. Upgrade frequently.
# 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@2018-02--rust',
+ 'https://github.com/rw/flatbuffers.git@05e594342043179178da5331407eb1cd43d1cf02',
'name':
'flatbuffers'
}]