0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-22 21:23:32 -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
parent c7bff76c41
commit 413a959b45
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

@ -40,7 +40,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno" repository = "https://github.com/denoland/deno"
[workspace.dependencies] [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_ast = { version = "0.23.2", features = ["transpiling"] }
deno_core = { version = "0.166.0", path = "./core" } deno_core = { version = "0.166.0", path = "./core" }