summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-26 15:45:40 +0200
committerGitHub <noreply@github.com>2021-07-26 15:45:40 +0200
commitf9bb7949b8e64762fd160a61cb1760277f5df23a (patch)
tree10b51a7f6d36ad1355b36d6ef66cfb71be35a581 /core
parentb2fcd3d01458072265e5ce9bfe9e8ed34fe4c00b (diff)
chore: release crates (#11519)
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 cea526847..5c30f5a4d 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.94.0"
+version = "0.95.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]