diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-14 17:11:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-14 17:11:17 +0100 |
| commit | 8f8749095c0dc5e71104228de650f671674f6fdc (patch) | |
| tree | 3d08aa31e745a161fbd31a3973897037772f0986 /runtime | |
| parent | 3476d5434fa713f455e4c5d0bff66581065cc7f7 (diff) | |
chore: release crates (#8760)
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/Cargo.toml | 18 |
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" |
