diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-11-26 08:22:18 -0800 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-26 10:01:59 -0800 |
commit | 2cd22b5437a375f0e33f26327101afb818a03802 (patch) | |
tree | 0208cd6a912e1a183c1e4c57b690b44d0598d19a /deno_typescript | |
parent | 9712e0c31582b5052e7e647f694af1f7bccad0b9 (diff) |
v0.25.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 ebf0ab2bc..d2374f473 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.24.0" +version = "0.25.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.24.0" } +deno = { path = "../core", version = "0.25.0" } serde_json = "1.0.41" serde = { version = "1.0.102", features = ["derive"] } |