0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-24 15:19:31 -05:00
This commit is contained in:
Matt Mastracci 2023-09-22 11:40:55 -06:00 committed by GitHub
parent bb5dadb418
commit 768e598831
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 469 additions and 265 deletions

732
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[package] [package]
name = "v8" name = "v8"
version = "0.77.0" version = "0.78.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"]