diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-12 18:43:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 18:43:09 +0200 |
commit | 7d41bacfba6a3557066345ecd282f0d83e4a4381 (patch) | |
tree | e0acb4bf342dd7f84a4a9b12d42a850b1f7391ed /deno_typescript | |
parent | e613bfe47a3ebec076c82d038738904114ff2a7c (diff) |
v1.1.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 50802ce42..e787e7443 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.47.1" +version = "0.48.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.47.1" } +deno_core = { path = "../core", version = "0.48.0" } serde_json = "1.0.53" serde = { version = "1.0.111", features = ["derive"] } |