diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-23 17:14:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 17:14:34 -0400 |
commit | b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d (patch) | |
tree | a1387e779f0ae3b743ba9a3fff9ee1cff71935bd /deno_typescript | |
parent | 449dbe5272aef429067abe3226d30f640fd3bac3 (diff) |
v0.37.1
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 c7d9e3b03..283da6281 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.37.0" +version = "0.37.1" 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.37.0" } +deno_core = { path = "../core", version = "0.37.1" } serde_json = "1.0.48" serde = { version = "1.0.104", features = ["derive"] } |