mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 02:22:40 +00:00
v0.28.1
This commit is contained in:
parent
5e61af7447
commit
a61966a243
5 changed files with 20 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno_cli"
|
||||
version = "0.28.0"
|
||||
version = "0.28.1"
|
||||
license = "MIT"
|
||||
authors = ["the Deno authors"]
|
||||
edition = "2018"
|
||||
|
@ -19,11 +19,11 @@ name = "deno"
|
|||
path = "main.rs"
|
||||
|
||||
[build-dependencies]
|
||||
deno_typescript = { path = "../deno_typescript", version = "0.28.0" }
|
||||
deno_typescript = { path = "../deno_typescript", version = "0.28.1" }
|
||||
|
||||
[dependencies]
|
||||
deno = { path = "../core", version = "0.28.0" }
|
||||
deno_typescript = { path = "../deno_typescript", version = "0.28.0" }
|
||||
deno = { path = "../core", version = "0.28.1" }
|
||||
deno_typescript = { path = "../deno_typescript", version = "0.28.1" }
|
||||
|
||||
ansi_term = "0.12.1"
|
||||
atty = "0.2.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue