summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-09 21:37:22 +0200
committerGitHub <noreply@github.com>2020-05-09 15:37:22 -0400
commitd8f5b37218715bbc624eb53dd4b7409867b2c803 (patch)
tree04266e231926cc5394f2839d29f92fcb5c21e6c0 /core
parent1fddcc372196466799789350e7950cef1a38d35e (diff)
1.0.0-rc2
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 cc979bff8..693d13a93 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.42.1"
+version = "0.43.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]