mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
v1.1.3
This commit is contained in:
parent
2b0dc32718
commit
be07aaed84
6 changed files with 52 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "deno"
|
||||
version = "1.1.2"
|
||||
version = "1.1.3"
|
||||
license = "MIT"
|
||||
authors = ["the Deno authors"]
|
||||
edition = "2018"
|
||||
|
@ -15,13 +15,13 @@ name = "deno"
|
|||
path = "main.rs"
|
||||
|
||||
[build-dependencies]
|
||||
deno_core = { path = "../core", version = "0.48.1" }
|
||||
deno_typescript = { path = "../deno_typescript", version = "0.48.1" }
|
||||
deno_core = { path = "../core", version = "0.48.3" }
|
||||
deno_typescript = { path = "../deno_typescript", version = "0.48.3" }
|
||||
|
||||
[dependencies]
|
||||
deno_core = { path = "../core", version = "0.48.2" }
|
||||
deno_core = { path = "../core", version = "0.48.3" }
|
||||
deno_lint = "0.1.15"
|
||||
deno_typescript = { path = "../deno_typescript", version = "0.48.2" }
|
||||
deno_typescript = { path = "../deno_typescript", version = "0.48.3" }
|
||||
|
||||
atty = "0.2.14"
|
||||
base64 = "0.12.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue