diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-22 14:50:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 14:50:13 +0100 |
commit | 6ce310fa2729ec8ab81a5db6410d024b3f2585c1 (patch) | |
tree | 0300236f4fc3eaebdb6513c5ee3d2cc722ef254a /core | |
parent | ddda669a02fa394627dda2ac3d7ea0ed8830b920 (diff) |
chore: release crates (#8854)
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 f9ba05192..4e81f935c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ # Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. [package] name = "deno_core" -version = "0.73.0" +version = "0.74.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["the Deno authors"] |