summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-30 15:29:17 +0100
committerGitHub <noreply@github.com>2020-12-30 15:29:17 +0100
commit4997f426c36e91b50613a02b5708b95caaee1cb2 (patch)
tree12f5c0eb9af6d9a0a2069b8c946bde6d9cfa8ffe /runtime/Cargo.toml
parentb1230a85e8ba63f3542892711043cefdc916acf8 (diff)
chore: release crates (#8931)
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 6fe84c477..8632019b6 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.4.0"
+version = "0.5.0"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -18,20 +18,20 @@ name = "hello_runtime"
path = "examples/hello_runtime.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.74.0" }
-deno_crypto = { path = "../op_crates/crypto", version = "0.8.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.17.0" }
-deno_web = { path = "../op_crates/web", version = "0.25.0" }
+deno_core = { path = "../core", version = "0.75.0" }
+deno_crypto = { path = "../op_crates/crypto", version = "0.9.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.18.0" }
+deno_web = { path = "../op_crates/web", version = "0.26.0" }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.11"
winapi = "0.3.9"
[dependencies]
-deno_core = { path = "../core", version = "0.74.0" }
-deno_crypto = { path = "../op_crates/crypto", version = "0.8.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.17.0" }
-deno_web = { path = "../op_crates/web", version = "0.25.0" }
+deno_core = { path = "../core", version = "0.75.0" }
+deno_crypto = { path = "../op_crates/crypto", version = "0.9.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.18.0" }
+deno_web = { path = "../op_crates/web", version = "0.26.0" }
atty = "0.2.14"
dlopen = "0.1.8"