summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-02-13 17:45:22 -0500
committerGitHub <noreply@github.com>2020-02-13 17:45:22 -0500
commit87c329c45ac0e3382c115793094317df15cbe5bf (patch)
tree7e67c73fe0875e6060b8b004d9763e4dcf9b284f /deno_typescript
parent621aeef8364fcbd2da93b208971c51a4fbf08903 (diff)
v0.33.0
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 e2e192635..3d36aad58 100644
--- a/deno_typescript/Cargo.toml
+++ b/deno_typescript/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
-version = "0.32.0"
+version = "0.33.0"
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.32.0" }
+deno_core = { path = "../core", version = "0.33.0" }
serde_json = "1.0.44"
serde = { version = "1.0.104", features = ["derive"] }