diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-07-09 14:03:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-09 14:03:06 -0400 |
commit | 52c0764e4fd56928fca0b201c9d402b25d3f2145 (patch) | |
tree | 5362dc12cbaa5ba84c16ea01297de982009121c7 /gclient_config.py | |
parent | d641782c823317a2d2f64d646a0d5b8b6c22b771 (diff) |
Upgrade v8 to 7.7.200 (#2624)
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 a8ca88c21..f27ff9aed 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.7.37', + 'https://chromium.googlesource.com/v8/v8.git@7.7.200', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { |