mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
v0.24.0
This commit is contained in:
parent
0bc6ea49f9
commit
de1c4327d1
2 changed files with 4 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1,5 +1,7 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "align-data"
|
||||
version = "0.1.0"
|
||||
|
@ -72,7 +74,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rusty_v8"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
dependencies = [
|
||||
"align-data",
|
||||
"bitflags",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rusty_v8"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
description = "Rust bindings to V8"
|
||||
readme = "README.md"
|
||||
authors = ["the Deno authors"]
|
||||
|
|
Loading…
Reference in a new issue