diff --git a/Cargo.lock b/Cargo.lock index ca52e570..071d325e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ dependencies = [ [[package]] name = "rusty_v8" -version = "0.8.0" +version = "0.8.1" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "cargo_gn 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 428c8feb..bb98fd86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_v8" -version = "0.8.0" +version = "0.8.1" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"] diff --git a/README.md b/README.md index 99bbc2c4..d6f5b628 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Rusty V8 Binding -V8 Version: 8.6.334, 2020-08-08 +V8 Version: 8.6.334 [![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=master)](https://github.com/denoland/rusty_v8/actions) [![crates](https://img.shields.io/crates/v/rusty_v8.svg)](https://crates.io/crates/rusty_v8)