summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-01-13 11:44:31 -0800
committerGitHub <noreply@github.com>2021-01-13 11:44:31 -0800
commit78c27e0923e52d0b3afeef8f4b0f71660c0adfa5 (patch)
treefaa48e90e485e27b5a9e02023f3600fe31e577e9 /core
parent060bfe7df8260224807b4bd4224d8a459266007f (diff)
parent8fc29f224dda658eccbffef7e986b377fca581f6 (diff)
Merge pull request #9107
Bump crate versions and publish crates.
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 6c48c8680..e0486e4fe 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.75.0"
+version = "0.76.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]