diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 14:30:05 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 18:05:41 -0400 |
| commit | 3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4 (patch) | |
| tree | f6f0d259bfeb592639801d73ff4d51117725e4d2 /Cargo.lock | |
| parent | f6a9d7d7172df6422f895dcfe6f4267ad1b472da (diff) | |
v0.3.11
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 8f5883c3e..f96d6d28e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.3.10" +version = "0.3.11" dependencies = [ "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -209,12 +209,12 @@ dependencies = [ [[package]] name = "deno_cli" -version = "0.3.10" +version = "0.3.11" 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.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "deno 0.3.10", + "deno 0.3.11", "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.26 (registry+https://github.com/rust-lang/crates.io-index)", |
