diff --git a/Cargo.lock b/Cargo.lock index ce71328d..4b783b5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,7 +60,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rusty_v8" -version = "0.0.6" +version = "0.0.7" dependencies = [ "cargo_gn 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a8422d00..97cd57da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_v8" -version = "0.0.6" +version = "0.0.7" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]