diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-23 12:28:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 12:28:27 -0400 |
commit | d143fe61bc61030c0874c091aa0dd8bf5141b5fa (patch) | |
tree | 9916f08bece7b1381b3312e5c1315bbc5393ee68 /deno_typescript | |
parent | ec0738606753b34525988fd9f58a23cb300b7bc0 (diff) |
v0.37.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 073bf185e..c7d9e3b03 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.36.0" +version = "0.37.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.36.0" } +deno_core = { path = "../core", version = "0.37.0" } serde_json = "1.0.48" serde = { version = "1.0.104", features = ["derive"] } |