summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-12 14:33:18 +0200
committerGitHub <noreply@github.com>2020-05-12 08:33:18 -0400
commit35e8bc8de65b523e082d446dc25f114ed81264a8 (patch)
treecd49045eb04db8b21ded6a83ab7807a7cc58b3d4 /core
parentf193dde4a922131ff06f274d85351de616626704 (diff)
v1.0.0-rc3
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 693d13a93..73ccd9207 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.43.0"
+version = "0.44.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]