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"]