summaryrefslogtreecommitdiff
path: root/gclient_config.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-09-02 01:58:23 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-03 10:45:58 -0400
commit4ccae957fbd397b4ca7aa68ef1ae54a9ce953d9e (patch)
treecc707c2342cd48c498d816fa6e453885a39c9fc2 /gclient_config.py
parent787832c68ec2a735717eb32c295a3aa570294ae2 (diff)
Upgrade flatbuffers
Diffstat (limited to 'gclient_config.py')
-rw-r--r--gclient_config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gclient_config.py b/gclient_config.py
index 6b7b2976c..23c62fe0e 100644
--- a/gclient_config.py
+++ b/gclient_config.py
@@ -35,10 +35,10 @@ solutions = [{
'cpplint'
}, {
# 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
+ # 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@83a71543f8ccbf230ac27cb523831bfafb9c84d7',
+ 'https://github.com/rw/flatbuffers.git@93f91622561907e2e51662be897631b5e0ed5634',
'name':
'flatbuffers'
}]