mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-22 04:40:01 +00:00
v0.0.22
This commit is contained in:
parent
4fd4d5c6c2
commit
dc81cac357
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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)",
|
||||
|
18
Cargo.toml
18
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",
|
||||
|
Loading…
Reference in New Issue
Block a user