From dc81cac3571649dda0149cae1b658c5dff25f8cc Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Sat, 4 Jan 2020 21:17:36 -0500 Subject: [PATCH] v0.0.22 --- Cargo.lock | 2 +- Cargo.toml | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b338c00f..c4c1fba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index c95da7e0..c76a7caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",