This commit is contained in:
Ry Dahl 2020-01-04 21:17:36 -05:00 committed by GitHub
parent 4fd4d5c6c2
commit dc81cac357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 3 deletions

2
Cargo.lock generated
View File

@ -91,7 +91,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rusty_v8"
version = "0.0.21"
version = "0.0.22"
dependencies = [
"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)",

View File

@ -1,6 +1,6 @@
[package]
name = "rusty_v8"
version = "0.0.21"
version = "0.0.22"
description = "Rust bindings to V8"
readme = "README.md"
authors = ["the Deno authors"]
@ -35,8 +35,22 @@ exclude = [
"v8/docs/",
"v8/samples/",
"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/tools/",
# These files are required for the build.
"!BUILD.gn",
"!test-torque.tq",