diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-09 21:37:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 15:37:22 -0400 |
commit | d8f5b37218715bbc624eb53dd4b7409867b2c803 (patch) | |
tree | 04266e231926cc5394f2839d29f92fcb5c21e6c0 /deno_typescript | |
parent | 1fddcc372196466799789350e7950cef1a38d35e (diff) |
1.0.0-rc2
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 7057fc2c7..714fc4049 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.42.1" +version = "0.43.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.42.0" } +deno_core = { path = "../core", version = "0.43.0" } serde_json = "1.0.52" serde = { version = "1.0.106", features = ["derive"] } |