mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-22 04:40:01 +00:00
0.32.0
This commit is contained in:
parent
c8e3031cf3
commit
a0a0b37dfc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
2
Cargo.lock
generated
@ -74,7 +74,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rusty_v8"
|
||||
version = "0.31.0"
|
||||
version = "0.32.0"
|
||||
dependencies = [
|
||||
"align-data",
|
||||
"bitflags",
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user