summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-02-05 15:08:18 +0100
committerGitHub <noreply@github.com>2021-02-05 15:08:18 +0100
commit64f06be0eb5435408a5c1116d160190cc537b95c (patch)
tree247c7133d1a86dd798511f626d855f35d416c6eb /core
parentc83e261b42019f5a1ef1b67f9c764a3ed61b68a2 (diff)
chore: release crates (#9410)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 34757e40e..116247c2f 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.77.1"
+version = "0.78.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]