mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-25 00:29:14 -05:00
0.32.0
This commit is contained in:
parent
c8e3031cf3
commit
a0a0b37dfc
3 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
||||||
rust-version: 1.55.0
|
rust-version: 1.55.0
|
||||||
|
|
||||||
- name: Install python
|
- name: Install python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 2.7.x
|
python-version: 2.7.x
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -74,7 +74,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rusty_v8"
|
name = "rusty_v8"
|
||||||
version = "0.31.0"
|
version = "0.32.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"align-data",
|
"align-data",
|
||||||
"bitflags",
|
"bitflags",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rusty_v8"
|
name = "rusty_v8"
|
||||||
version = "0.31.0"
|
version = "0.32.0"
|
||||||
description = "Rust bindings to V8"
|
description = "Rust bindings to V8"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = ["the Deno authors"]
|
authors = ["the Deno authors"]
|
||||||
|
|
Loading…
Reference in a new issue