diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-06 10:08:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-06 10:08:16 -0400 |
commit | bed7034fc44a8d20e11a85b6092e7f0f34f43ff8 (patch) | |
tree | 12336b812428dba30b5525a0a662b6f4f94cbcf9 /gclient_config.py | |
parent | 33e3ff5de8e95d659c151b68a1931b5da05c5740 (diff) |
Upgrade V8 to 7.9.218 (#3067)
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 e4189f22a..7dc671765 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -1,7 +1,7 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. solutions = [ { - 'url': 'https://chromium.googlesource.com/v8/v8.git@7.9.110', + 'url': 'https://chromium.googlesource.com/v8/v8.git@7.9.218', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { |