diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-23 17:08:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-23 17:08:08 -0500 |
commit | 9909e8a7590c8b68e6ae3b3752cecd86f8841cad (patch) | |
tree | cff8672004e8f5ed8e35ecb79fabdda057f75b10 /gclient_config.py | |
parent | f8473bf22f3d3972bf5f725b5e4a1849a3d8f726 (diff) |
Upgrade V8 to 7.2.502.16 (#1403)
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 75f6d41e6..d108986d3 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -1,6 +1,6 @@ # Copyright 2018 the Deno authors. All rights reserved. MIT license. solutions = [{ - 'url': 'https://chromium.googlesource.com/v8/v8.git@7.1.302.4', + 'url': 'https://chromium.googlesource.com/v8/v8.git@7.2.502.16', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { |