summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-10-10 12:30:55 +0200
committerGitHub <noreply@github.com>2020-10-10 12:30:55 +0200
commit9e9ec9784a639ef7205e1e303301ee558439b045 (patch)
tree476aeeced67c38d0428edba07946030cc12cb528 /core
parent08bb8b3d53eb2445de9b5e2845ab8acf9d353800 (diff)
v1.4.6
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 0a66596aa..c114a64d0 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.62.0"
+version = "0.63.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]