diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-06-10 18:49:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 18:49:30 -0400 |
commit | 523ab6a929dacf4cdd692c1319173a1a49c642de (patch) | |
tree | 58f8d7f7bcb37058dbf9b1dbe36468abfb339555 /gclient_config.py | |
parent | e0436975211202afadb1a8ccd7d5154694162f38 (diff) |
Upgrade V8 to 7.7.37 (#2492)
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 afe5dc39f..a8ca88c21 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.6.53', + 'https://chromium.googlesource.com/v8/v8.git@7.7.37', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { |