This commit is contained in:
Bartek Iwańczuk 2020-07-03 21:35:19 +02:00 committed by GitHub
parent 2b0dc32718
commit be07aaed84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 52 additions and 12 deletions

View file

@ -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"