diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-19 14:48:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 14:48:14 -0400 |
commit | bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05 (patch) | |
tree | ee2f5b6ac514a3814ce4604fe7b07e045f2b288b /deno_typescript | |
parent | cddaacc955a8e0e0ab16298f9fad85af7efb1d03 (diff) |
v1.1.1
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 e6c345bad..dcb7998b5 100644 --- a/deno_typescript/Cargo.toml +++ b/deno_typescript/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_typescript" -version = "0.48.0" +version = "0.48.1" 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.48.0" } +deno_core = { path = "../core", version = "0.48.1" } serde_json = "1.0.55" serde = { version = "1.0.112", features = ["derive"] } |