From a0a0b37dfccc84c38564b2fb17c39b6a9457b352 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 11 Oct 2021 17:37:51 +0200 Subject: [PATCH] 0.32.0 --- .github/workflows/ci.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44f0959c..bd3e799a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: rust-version: 1.55.0 - name: Install python - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: 2.7.x architecture: x64 diff --git a/Cargo.lock b/Cargo.lock index e88e26bb..bb9e40df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "rusty_v8" -version = "0.31.0" +version = "0.32.0" dependencies = [ "align-data", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 8e8d4da1..d90c2da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_v8" -version = "0.31.0" +version = "0.32.0" description = "Rust bindings to V8" readme = "README.md" authors = ["the Deno authors"]