summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-12-14 19:47:28 +0100
committerGitHub <noreply@github.com>2020-12-14 19:47:28 +0100
commit025c0a1d372845b753fe682edd9fd050e1de1884 (patch)
tree4f3203f818e17dbb72b30d9bbad88dbf3aaec005 /runtime/Cargo.toml
parenta19fea918f12249d2c248eb013b3b8baf2eacb84 (diff)
chore: release crates (#8765)
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 47b02bf25..d5a84a4b9 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.2.1"
+version = "0.3.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.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" }
+deno_core = { path = "../core", version = "0.73.0" }
+deno_crypto = { path = "../op_crates/crypto", version = "0.7.0" }
+deno_web = { path = "../op_crates/web", version = "0.24.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.16.0" }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.11"
winapi = "0.3.9"
[dependencies]
-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" }
+deno_core = { path = "../core", version = "0.73.0" }
+deno_crypto = { path = "../op_crates/crypto", version = "0.7.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.16.0" }
+deno_web = { path = "../op_crates/web", version = "0.24.0" }
atty = "0.2.14"
dlopen = "0.1.8"