diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-12-18 18:13:06 -0500 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-12-18 18:48:41 -0500 |
commit | fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed (patch) | |
tree | bd08f8e2df97f380f7e2229c4728dc84e1b74059 /deno_typescript | |
parent | ef30d376db94bda24ed31947a1cc264b827705dc (diff) |
v0.27.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 1cd5c53fd..911c8f255 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.26.0" +version = "0.27.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.26.0" } +deno = { path = "../core", version = "0.27.0" } serde_json = "1.0.41" serde = { version = "1.0.102", features = ["derive"] } |