diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-03-21 16:10:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 16:10:08 +0100 |
commit | c08284ab9d215848af861606dbb2709f8357867e (patch) | |
tree | 33cc61ea4b088605d14c23d6feddeb2c4a778df7 /core | |
parent | c00872c0c0ad09fb0e45e7a10c6ffeff6a7bddef (diff) |
chore: release crates (#9847)
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 0b032f33f..b96f2ca5e 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.81.0" +version = "0.82.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |