mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 08:33:43 -05:00
chore: release deno_runtime 0.2.0 (#8758)
This commit is contained in:
parent
a38b6b8acc
commit
3476d5434f
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -580,7 +580,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_runtime"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"deno_core",
|
||||
|
|
|
@ -34,7 +34,7 @@ winapi = "0.3.9"
|
|||
deno_core = { path = "../core", version = "0.71.0" }
|
||||
deno_doc = "0.1.18"
|
||||
deno_lint = "0.2.13"
|
||||
deno_runtime = { path = "../runtime", version = "0.1.0" }
|
||||
deno_runtime = { path = "../runtime", version = "0.2.0" }
|
||||
|
||||
atty = "0.2.14"
|
||||
base64 = "0.12.3"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_runtime"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
license = "MIT"
|
||||
authors = ["the Deno authors"]
|
||||
edition = "2018"
|
||||
|
|
Loading…
Reference in a new issue