From 174ef45a90fc902eeb644a095d581a52b336bf70 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 4 Dec 2019 11:33:10 -0500 Subject: [PATCH] v0.0.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09b67277..77d951d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rusty_v8" -version = "0.0.7" +version = "0.0.8" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "cargo_gn 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 14382c2a..f39a8f97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_v8" -version = "0.0.7" +version = "0.0.8" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]