summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-14 17:11:17 +0100
committerGitHub <noreply@github.com>2020-12-14 17:11:17 +0100
commit8f8749095c0dc5e71104228de650f671674f6fdc (patch)
tree3d08aa31e745a161fbd31a3973897037772f0986 /runtime
parent3476d5434fa713f455e4c5d0bff66581065cc7f7 (diff)
chore: release crates (#8760)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 262dda036..47b02bf25 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.2.0"
+version = "0.2.1"
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.71.0" }
-deno_crypto = { path = "../op_crates/crypto", version = "0.5.0" }
-deno_web = { path = "../op_crates/web", version = "0.22.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.14.0" }
+deno_core = { path = "../core", version = "0.72.0" }
+deno_crypto = { path = "../op_crates/crypto", version = "0.6.0" }
+deno_web = { path = "../op_crates/web", version = "0.23.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.15.0" }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.11"
winapi = "0.3.9"
[dependencies]
-deno_core = { path = "../core", version = "0.71.0" }
-deno_crypto = { path = "../op_crates/crypto", version = "0.5.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.14.0" }
-deno_web = { path = "../op_crates/web", version = "0.22.0" }
+deno_core = { path = "../core", version = "0.72.0" }
+deno_crypto = { path = "../op_crates/crypto", version = "0.6.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.15.0" }
+deno_web = { path = "../op_crates/web", version = "0.23.0" }
atty = "0.2.14"
dlopen = "0.1.8"