diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-24 18:37:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 18:37:04 -0400 |
commit | a497f87b59a5271d89cf50063154c46c4e52c523 (patch) | |
tree | 589f025bfca66cb96b8ea6ca51440340f4909f53 /gclient_config.py | |
parent | 726f08694b4d27a06dee7fbbef3a574a7c2c0053 (diff) |
Upgrade V8 for top-level-await (#3015)
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 dea5af241..e4189f22a 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.8', + 'url': 'https://chromium.googlesource.com/v8/v8.git@7.9.110', 'name': 'v8', 'deps_file': 'DEPS', 'custom_deps': { |