summaryrefslogtreecommitdiff
path: root/deno_typescript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-01-03 08:35:17 -0500
committerRy Dahl <ry@tinyclouds.org>2020-01-03 09:04:04 -0500
commita61966a243cd5d09031fabd9a572a75aab8d2da8 (patch)
tree66cb4d02b339c75544fe6414cea12a130daa58cb /deno_typescript
parent5e61af744789d068f4caf313a4e980c63a6c97fe (diff)
v0.28.1
Diffstat (limited to 'deno_typescript')
-rw-r--r--deno_typescript/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml
index 23dbeb2fc..c85445b1f 100644
--- a/deno_typescript/Cargo.toml
+++ b/deno_typescript/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "deno_typescript"
-version = "0.28.0"
+version = "0.28.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 = { path = "../core", version = "0.28.0" }
+deno = { path = "../core", version = "0.28.1" }
serde_json = "1.0.41"
serde = { version = "1.0.102", features = ["derive"] }