diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-04 11:19:45 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-04 17:15:32 -0400 |
commit | 82588ec09c199683cff88097e1b90649497239c7 (patch) | |
tree | 855956803bc7b74ef8bd1ff9e04fa341a7a02f3a /cli_snapshots | |
parent | 5c7c876a71bb15a2176b555d9d88621e26e9ab99 (diff) |
v0.17.0
Diffstat (limited to 'cli_snapshots')
-rw-r--r-- | cli_snapshots/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli_snapshots/Cargo.toml b/cli_snapshots/Cargo.toml index e6cbf6a25..928ad0c7f 100644 --- a/cli_snapshots/Cargo.toml +++ b/cli_snapshots/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_cli_snapshots" -version = "0.0.3" +version = "0.17.0" license = "MIT" authors = ["Ryan Dahl <ry@tinyclouds.org>"] edition = "2018" @@ -14,5 +14,5 @@ path = "lib.rs" deno = { path = "../core" } [build-dependencies] -deno_typescript = { path = "../deno_typescript", version = "0.0.3" } +deno_typescript = { path = "../deno_typescript" } |