diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-09-15 18:36:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-15 18:36:27 -0400 |
| commit | c9ef182886cc07d35a5b27fb89163d8cf21a6a47 (patch) | |
| tree | 6ba1605daa7e9e8cac3f6b926374086906f571b5 /Cargo.lock | |
| parent | 1d305c2ac785af6b28649f2023d5008e390eeca0 (diff) | |
Make deno_cli installable via crates.io (#2946)
- Fixes cargo publish on deno_typescript, deno_cli_snapshots, and
deno_cli.
- Combines cli_snapshots and js into one directory.
- Extracts TS version at compile time rather than runtime
- Bumps version awkwardly - it was necessary to test end-to-end
publishing. Sorry.
- Adds git submodule deno_typescript/typescript
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock index 05632eba3..b63359713 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,14 +266,14 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.18.0" +version = "0.18.3" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "deno 0.18.0", - "deno_cli_snapshots 0.18.0", - "deno_typescript 0.18.0", + "deno_cli_snapshots 0.18.3", + "deno_typescript 0.18.3", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -312,15 +312,15 @@ dependencies = [ [[package]] name = "deno_cli_snapshots" -version = "0.18.0" +version = "0.18.3" dependencies = [ "deno 0.18.0", - "deno_typescript 0.18.0", + "deno_typescript 0.18.3", ] [[package]] name = "deno_typescript" -version = "0.18.0" +version = "0.18.3" dependencies = [ "deno 0.18.0", "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", |
