summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-06-26 23:45:12 +0200
committerGitHub <noreply@github.com>2020-06-26 17:45:12 -0400
commit5bc130be2722fe54d42004cc48536b390437ede3 (patch)
treed58ea06ac9f73165d81f99a2eacfca7ce9b95953 /deno_typescript
parent598a7dcc8425c9b377d79dc86e298db862e45b91 (diff)
v1.1.2
Diffstat (limited to 'deno_typescript')
-rw-r--r--deno_typescript/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml
index dcb7998b5..16870998d 100644
--- a/deno_typescript/Cargo.toml
+++ b/deno_typescript/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
-version = "0.48.1"
+version = "0.48.2"
license = "MIT"
description = "To compile TypeScript to a snapshot during build.rs"
repository = "https://github.com/denoland/deno"
@@ -19,6 +19,6 @@ exclude = [
path = "lib.rs"
[dependencies]
-deno_core = { path = "../core", version = "0.48.1" }
+deno_core = { path = "../core", version = "0.48.2" }
serde_json = "1.0.55"
serde = { version = "1.0.112", features = ["derive"] }