From 7169bebed9c6f85f5fb20b03362b5002e2df5458 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 30 Nov 2019 08:03:27 -0800 Subject: [PATCH] v0.0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57ab0f18..ce71328d 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.5" +version = "0.0.6" 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 39e47ab0..6eae5928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_v8" -version = "0.0.5" +version = "0.0.6" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]