summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-19 17:48:12 -0400
committerRy Dahl <ry@tinyclouds.org>2019-10-19 18:46:02 -0400
commit4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd (patch)
tree92fffa9b1d8c870b20aaaf73ee27d5738f0514dd /deno_typescript
parenteff2a27bd02f8987e904907ae6ebb6cb9c07944b (diff)
v0.21.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 584572fb4..8fb2eaed2 100644
--- a/deno_typescript/Cargo.toml
+++ b/deno_typescript/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
-version = "0.20.0"
+version = "0.21.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 = { path = "../core", version = "0.20.0" }
+deno = { path = "../core", version = "0.21.0" }
serde_json = "1.0.40"
serde = { version = "1.0.100", features = ["derive"] }