1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-20 20:42:19 -05:00
This commit is contained in:
Divy Srivastava 2024-12-14 10:36:38 +05:30
parent 11c4d61b86
commit 57c29c326e
2 changed files with 4 additions and 1 deletions

3
Cargo.lock generated
View file

@ -1484,6 +1484,7 @@ dependencies = [
[[package]]
name = "deno_core"
version = "0.325.0"
source = "git+https://github.com/littledivy/deno_core?branch=rebuild_obj_templates#77c65eda54eede17223410996fd11eaf9a855d73"
dependencies = [
"anyhow",
"az",
@ -2054,6 +2055,7 @@ dependencies = [
[[package]]
name = "deno_ops"
version = "0.201.0"
source = "git+https://github.com/littledivy/deno_core?branch=rebuild_obj_templates#77c65eda54eede17223410996fd11eaf9a855d73"
dependencies = [
"proc-macro-rules",
"proc-macro2",
@ -6694,6 +6696,7 @@ dependencies = [
[[package]]
name = "serde_v8"
version = "0.234.0"
source = "git+https://github.com/littledivy/deno_core?branch=rebuild_obj_templates#77c65eda54eede17223410996fd11eaf9a855d73"
dependencies = [
"num-bigint",
"serde",

View file

@ -341,4 +341,4 @@ opt-level = 3
opt-level = 3
[patch.crates-io]
deno_core = { path = "../deno_core/core" }
deno_core = { git = "https://github.com/littledivy/deno_core", branch = "rebuild_obj_templates" }