diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-11 19:13:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 19:13:01 -0400 |
commit | 3ed6ccc905394ed9c5d9cbcb8fa2426151780788 (patch) | |
tree | 0b651be520a19b83b3fd47d2e53f672b53039b50 /deno_typescript | |
parent | fb5c31416d4b9e526ca0fcc134dc8f366e367012 (diff) |
v0.36.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 98663df05..073bf185e 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.35.0" +version = "0.36.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.35.0" } +deno_core = { path = "../core", version = "0.36.0" } serde_json = "1.0.48" serde = { version = "1.0.104", features = ["derive"] } |