summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-02-12 16:23:39 +0100
committerGitHub <noreply@github.com>2021-02-12 16:23:39 +0100
commit39f3aaaa7205b555a83ae2c50b3537a645298bb4 (patch)
tree4fa9e5d2fa13cef60f6bf3edd70400ef6452de13 /core
parent79916226b74bf9593afacbcdfe9d58263bed132f (diff)
chore: release crates (#9481)
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 a9f5d3449..2a74f0ad8 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.78.0"
+version = "0.79.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]