From b9b4010aa61df3277b194efc0fe70cedf2665c29 Mon Sep 17 00:00:00 2001 From: Bryan English Date: Mon, 29 Jul 2019 14:06:47 -0700 Subject: [PATCH] 0.2.1 release --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- osgood-v8-macros/Cargo.toml | 2 +- osgood-v8/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70e41a2..586b431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -705,7 +705,7 @@ dependencies = [ [[package]] name = "osgood" -version = "0.2.0" +version = "0.2.1" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -718,8 +718,8 @@ dependencies = [ "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)", - "osgood-v8 0.2.0", - "osgood-v8-macros 0.2.0", + "osgood-v8 0.2.1", + "osgood-v8-macros 0.2.1", "path-clean 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", "phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)", @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "osgood-v8" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bindgen 0.42.3 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", @@ -739,9 +739,9 @@ dependencies = [ [[package]] name = "osgood-v8-macros" -version = "0.2.0" +version = "0.2.1" dependencies = [ - "osgood-v8 0.2.0", + "osgood-v8 0.2.1", "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 46df72d..571e8c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osgood" -version = "0.2.0" +version = "0.2.1" authors = ["Intrinsic "] edition = "2018" build = "build.rs" diff --git a/osgood-v8-macros/Cargo.toml b/osgood-v8-macros/Cargo.toml index c1abd1a..cd36a03 100644 --- a/osgood-v8-macros/Cargo.toml +++ b/osgood-v8-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osgood-v8-macros" -version = "0.2.0" +version = "0.2.1" authors = ["Intrinsic "] edition = "2018" diff --git a/osgood-v8/Cargo.toml b/osgood-v8/Cargo.toml index 590ebe1..5ef7f0c 100644 --- a/osgood-v8/Cargo.toml +++ b/osgood-v8/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "osgood-v8" -version = "0.2.0" +version = "0.2.1" authors = ["Intrinsic "] edition = "2018"