Skip to content

Commit 1cdb237

Browse files
committed
Revert "Upgrade V8 to v14.4.258.13"
This reverts commit 28651b3.
1 parent 6617c28 commit 1cdb237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
V8_HOME = os.environ.get("V8_HOME", os.path.join(STPYV8_HOME, "v8"))
88

99
V8_GIT_URL = "https://chromium.googlesource.com/v8/v8.git"
10-
V8_GIT_TAG_STABLE = "14.4.258.13"
10+
V8_GIT_TAG_STABLE = "14.3.127.17"
1111
V8_GIT_TAG_MASTER = "master"
1212
V8_GIT_TAG = V8_GIT_TAG_STABLE
1313
DEPOT_GIT_URL = "https://chromium.googlesource.com/chromium/tools/depot_tools.git"

0 commit comments

Comments
 (0)