diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-07-02 00:13:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-02 00:13:40 +0200 |
| commit | 0385a990529399775b76db4c27704faa4a092efa (patch) | |
| tree | e427219900b4a2b1ebacdc164bd5ae89ed0f3276 /cli | |
| parent | 1a5984983f7205769c9b6ce1e3cc66b41dee7bc7 (diff) | |
v1.11.3
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cedb9750c..3811840da 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.11.2" +version = "1.11.3" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -44,7 +44,7 @@ winres = "0.1.11" deno_core = { version = "0.92.0", path = "../core" } deno_doc = "0.7.0" deno_lint = "0.8.0" -deno_runtime = { version = "0.18.0", path = "../runtime" } +deno_runtime = { version = "0.18.1", path = "../runtime" } atty = "0.2.14" base64 = "0.13.0" |
