diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-04 06:12:16 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-04 09:59:41 -0400 |
| commit | 744e56cb58f90acde7baf8811676021fb55b2f2a (patch) | |
| tree | 1ae6c5a952f545ff3501972fc8b5d4b3c5d1e318 /Cargo.lock | |
| parent | 0a26230a8753c7bb4b0f318fb12af0b219337446 (diff) | |
v0.3.6
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 81db19c10..5b478ca8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.3.5" +version = "0.3.6" dependencies = [ "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -206,12 +206,12 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.3.5" +version = "0.3.6" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", - "deno 0.3.5", + "deno 0.3.6", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
