Skip to content

Commit

Permalink
13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek committed Nov 25, 2024
1 parent 0c92d34 commit 1d24275
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@
[submodule "third_party/fast_float/src"]
path = third_party/fast_float/src
url = https://chromium.googlesource.com/external/github.com/fastfloat/fast_float.git
[submodule "third_party/llvm-libc/src"]
path = third_party/llvm-libc/src
url = https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ exclude = [
"third_party/libc++/src/utils/",
"third_party/libc++/src/www/",
"third_party/libc++abi/src/test/",
"third_party/llvm-libc/src/benchmarks/",
"third_party/llvm-libc/src/docs/",
"third_party/llvm-libc/src/fuzzing/",
"third_party/llvm-libc/src/test/",
"third_party/icu/android/",
"third_party/icu/android_small/",
"third_party/icu/cast/",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rusty V8 Binding

V8 Version: 13.1.201.10
V8 Version: 13.2.152.10

[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=main)](https://github.com/denoland/rusty_v8/actions)
[![crates](https://img.shields.io/crates/v/v8.svg)](https://crates.io/crates/v8)
Expand Down
2 changes: 1 addition & 1 deletion buildtools
Submodule buildtools updated from 5c5767 to c61bf9
2 changes: 1 addition & 1 deletion third_party/abseil-cpp
Submodule abseil-cpp updated from dc257a to 1ffd70
2 changes: 1 addition & 1 deletion third_party/icu
Submodule icu updated from 9408c6 to 4239b1
2 changes: 1 addition & 1 deletion third_party/libc++/src
Submodule src updated from 6a68fd to 8e31ad
2 changes: 1 addition & 1 deletion third_party/libc++abi/src
Submodule src updated from 9a1d90 to 8ba0a7
2 changes: 1 addition & 1 deletion third_party/libunwind/src
Submodule src updated from efc3ba to 5b01ea
1 change: 1 addition & 0 deletions third_party/llvm-libc/src
Submodule src added at ccaf1e
2 changes: 1 addition & 1 deletion tools/clang
Submodule clang updated from c8b0e5 to 05cdff
2 changes: 1 addition & 1 deletion v8
Submodule v8 updated 1324 files

0 comments on commit 1d24275

Please sign in to comment.