mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-25 00:29:14 -05:00
v0.0.22
This commit is contained in:
parent
4fd4d5c6c2
commit
dc81cac357
2 changed files with 17 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -91,7 +91,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rusty_v8"
|
name = "rusty_v8"
|
||||||
version = "0.0.21"
|
version = "0.0.22"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"cargo_gn 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cargo_gn 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
18
Cargo.toml
18
Cargo.toml
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rusty_v8"
|
name = "rusty_v8"
|
||||||
version = "0.0.21"
|
version = "0.0.22"
|
||||||
description = "Rust bindings to V8"
|
description = "Rust bindings to V8"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
|
@ -35,8 +35,22 @@ exclude = [
|
||||||
"v8/docs/",
|
"v8/docs/",
|
||||||
"v8/samples/",
|
"v8/samples/",
|
||||||
"v8/test/",
|
"v8/test/",
|
||||||
|
"v8/tools/profviz",
|
||||||
|
"v8/tools/turbolizer",
|
||||||
|
"v8/tools/testrunner",
|
||||||
|
"v8/tools/release",
|
||||||
|
"v8/tools/grokdump.py",
|
||||||
|
"v8/tools/mb",
|
||||||
|
"v8/tools/unittests",
|
||||||
|
"v8/tools/gcmole",
|
||||||
|
"v8/tools/clusterfuzz",
|
||||||
|
"v8/tools/heap-stats",
|
||||||
|
"v8/tools/profview",
|
||||||
|
"v8/tools/debug_helper",
|
||||||
|
"v8/tools/callstats.html",
|
||||||
|
"v8/tools/sanitizers",
|
||||||
|
"v8/tools/ignition",
|
||||||
"v8/third_party/wasm-api/",
|
"v8/third_party/wasm-api/",
|
||||||
"v8/tools/",
|
|
||||||
# These files are required for the build.
|
# These files are required for the build.
|
||||||
"!BUILD.gn",
|
"!BUILD.gn",
|
||||||
"!test-torque.tq",
|
"!test-torque.tq",
|
||||||
|
|
Loading…
Reference in a new issue