diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-08 21:45:03 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-08 23:34:05 -0500 |
| commit | b2fb8261e700c75cfb9a626ae57bbd3098e08454 (patch) | |
| tree | bc1fd37a93b1c4d038be0b546db9a3cd7ffc9340 /Cargo.lock | |
| parent | bbe2004f5d2b434fe5942fc3c8954a297b317fd0 (diff) | |
v0.2.11
- Add deps to --info output (#1720)
- Add --allow-read (#1689)
- Add deno.isTTY() (#1622)
- Add emojis to permission prompts (#1684)
- Add basic WebAssembly support (#1677)
- Add `NO_COLOR` support https://no-color.org/ (#1716)
- Add color exceptions (#1698)
- Fix: do not load cache files when recompile flag is set (#1695)
- Upgrade V8 to 7.4.98 (#1640)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3aa0698ee..f7966a750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "deno" -version = "0.2.10" +version = "0.2.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)", |
