diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-23 15:05:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 15:05:12 +0200 |
commit | 52d316f143e6069a2fa8ba16bc2cff2baf7f1e83 (patch) | |
tree | 814d1ca47bc7c372c318f62abef9fb3a1a9b84d2 /core | |
parent | 0cef6aca86af713692537703604ad89377e445e3 (diff) |
chore: release crates (#10327)
Release crates for the cli 1.9.2 release.
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 680a434c8..aacecea96 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. [package] name = "deno_core" -version = "0.85.0" +version = "0.86.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |