0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-25 08:39:15 -05:00
This commit is contained in:
Aaron O'Mullan 2021-09-22 12:45:12 +02:00 committed by GitHub
parent 0bd141c78d
commit c048052ca6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rusty_v8" name = "rusty_v8"
version = "0.29.0" version = "0.30.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"]