From c361ee2faff936fbb478aee1a276f0353853a9b5 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 21 Dec 2019 03:45:58 +0100 Subject: [PATCH] v0.0.14 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc71aec6..922b7fe2 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.13" +version = "0.0.14" 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 1acc535c..b2555877 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_v8" -version = "0.0.13" +version = "0.0.14" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]