summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-04-29 23:04:05 +0200
committerGitHub <noreply@github.com>2020-04-29 17:04:05 -0400
commitf92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a (patch)
tree6468aa0f98b67b4779346e5197429f3ee87ee648 /deno_typescript
parentbc792c02674cc22459a3016b271f9c5b70e9d573 (diff)
v0.42.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 782102bc6..c0b11f9ce 100644
--- a/deno_typescript/Cargo.toml
+++ b/deno_typescript/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
-version = "0.41.0"
+version = "0.42.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.41.0" }
+deno_core = { path = "../core", version = "0.42.0" }
serde_json = "1.0.51"
serde = { version = "1.0.106", features = ["derive"] }