diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-28 12:03:09 -0400 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-10-28 14:12:12 -0400 |
commit | 71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d (patch) | |
tree | 6ee0e8f57302f165edd3fa6ca05257830b03d70d /deno_typescript | |
parent | ff9df0c321eb56c7f89f5ccdaa301453f22f708e (diff) |
v0.22.0
Diffstat (limited to 'deno_typescript')
-rw-r--r-- | deno_typescript/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml index 8fb2eaed2..98280ffc3 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.21.0" +version = "0.22.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.21.0" } +deno = { path = "../core", version = "0.22.0" } serde_json = "1.0.40" serde = { version = "1.0.100", features = ["derive"] } |