summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--runtime/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e9578e4ba..13cb78c6e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -580,7 +580,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"atty",
"deno_core",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 944025e13..9f0dee413 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -34,7 +34,7 @@ winapi = "0.3.9"
deno_core = { path = "../core", version = "0.71.0" }
deno_doc = "0.1.18"
deno_lint = "0.2.13"
-deno_runtime = { path = "../runtime", version = "0.1.0" }
+deno_runtime = { path = "../runtime", version = "0.2.0" }
atty = "0.2.14"
base64 = "0.12.3"
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 02e605c32..262dda036 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.1.0"
+version = "0.2.0"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"