diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-08-08 18:59:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 18:59:16 -0400 |
commit | 92a173bca618cf6ef1e54c08deee61ba617491b9 (patch) | |
tree | ed3f2c226d4b532178acd45c027130a5c265f0c4 /op_crates | |
parent | 604d008190df5c37d510f43e90f4d33f517f6e64 (diff) |
v1.2.3
Diffstat (limited to 'op_crates')
-rw-r--r-- | op_crates/web/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml index ae5677561..c578efa88 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.1.0" +version = "0.2.0" edition = "2018" description = "Collection of Web APIs" authors = ["the Deno authors"] @@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.51.0", path = "../../core" } +deno_core = { version = "0.52.0", path = "../../core" } [dev-dependencies] futures = "0.3.5" |