This commit is contained in:
Luca Casonato 2021-10-11 17:37:51 +02:00 committed by GitHub
parent c8e3031cf3
commit a0a0b37dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -74,7 +74,7 @@ dependencies = [
[[package]]
name = "rusty_v8"
version = "0.31.0"
version = "0.32.0"
dependencies = [
"align-data",
"bitflags",

View File

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