1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

chore: upgrade rusty_v8 to 0.60.1 (#17407)

Required for https://github.com/denoland/deno/pull/17306
This commit is contained in:
Bartek Iwańczuk 2023-01-14 06:06:42 +01:00 committed by GitHub
parent 934ed8e7d1
commit d0f88fc1ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -5328,9 +5328,9 @@ dependencies = [
[[package]]
name = "v8"
version = "0.60.0"
version = "0.60.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5867543c19b87c45ed3f2bc49eb6135474ed6a1803cac40c278620b53e9865ef"
checksum = "07fd5b3ed559897ff02c0f62bc0a5f300bfe79bb4c77a50031b8df771701c628"
dependencies = [
"bitflags",
"fslock",

View file

@ -40,7 +40,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"
[workspace.dependencies]
v8 = { version = "0.60.0", default-features = false }
v8 = { version = "0.60.1", default-features = false }
deno_ast = { version = "0.23.2", features = ["transpiling"] }
deno_core = { version = "0.166.0", path = "./core" }