diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-12-05 16:26:02 -0500 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-12-05 21:41:16 -0500 |
commit | 0ce9011edc8ec53df47e3103ecca3069d385ce37 (patch) | |
tree | fcd21764584d564c0ffa8fae5d06f03c9328adb3 /deno_typescript | |
parent | e6228bc3c4d974cf9e67b00e0a14a09f94d8ef5e (diff) |
v0.26.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 d2374f473..1cd5c53fd 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.25.0" +version = "0.26.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.25.0" } +deno = { path = "../core", version = "0.26.0" } serde_json = "1.0.41" serde = { version = "1.0.102", features = ["derive"] } |