We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cb868 commit 61f5e71Copy full SHA for 61f5e71
settings.py
@@ -7,7 +7,7 @@
7
V8_HOME = os.environ.get("V8_HOME", os.path.join(STPYV8_HOME, "v8"))
8
9
V8_GIT_URL = "https://chromium.googlesource.com/v8/v8.git"
10
-V8_GIT_TAG_STABLE = "14.3.127.17"
+V8_GIT_TAG_STABLE = "14.5.170"
11
V8_GIT_TAG_MASTER = "master"
12
V8_GIT_TAG = V8_GIT_TAG_STABLE
13
DEPOT_GIT_URL = "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
0 commit comments