0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00
This commit is contained in:
Ryan Dahl 2021-07-01 15:48:42 -04:00 committed by GitHub
parent 0bc6ea49f9
commit de1c4327d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View file

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

View file

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