diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-01-09 13:04:51 -0500 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2020-01-09 11:42:24 -0700 |
commit | 525784e5642cbd869c682a0fda595f55c785d607 (patch) | |
tree | ffe5c858c548e85dfe7931095b6d7af0eee25278 /deno_typescript | |
parent | d492c5abe3c7c0716b9695c8a40d0256569d2338 (diff) |
v0.29.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 113f3a716..93ec53784 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.28.1" +version = "0.29.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.28.1" } +deno_core = { path = "../core", version = "0.29.0" } serde_json = "1.0.44" serde = { version = "1.0.104", features = ["derive"] } |