mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 22:21:15 +00:00
chore: release crates (#9731)
This commit is contained in:
parent
1621d78623
commit
cdc0b6958d
9 changed files with 35 additions and 35 deletions
|
@ -24,8 +24,8 @@ harness = false
|
|||
path = "./bench/main.rs"
|
||||
|
||||
[build-dependencies]
|
||||
deno_core = { path = "../core", version = "0.80.1" }
|
||||
deno_runtime = { path = "../runtime", version = "0.9.1" }
|
||||
deno_core = { path = "../core", version = "0.80.2" }
|
||||
deno_runtime = { path = "../runtime", version = "0.9.3" }
|
||||
regex = "1.4.3"
|
||||
serde = { version = "1.0.123", features = ["derive"] }
|
||||
|
||||
|
@ -34,10 +34,10 @@ winapi = "0.3.9"
|
|||
winres = "0.1.11"
|
||||
|
||||
[dependencies]
|
||||
deno_core = { path = "../core", version = "0.80.1" }
|
||||
deno_core = { path = "../core", version = "0.80.2" }
|
||||
deno_doc = "0.1.23"
|
||||
deno_lint = "0.2.19"
|
||||
deno_runtime = { path = "../runtime", version = "0.9.1" }
|
||||
deno_runtime = { path = "../runtime", version = "0.9.3" }
|
||||
|
||||
atty = "0.2.14"
|
||||
base64 = "0.13.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue