diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-08-13 18:10:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-13 12:10:13 -0400 |
| commit | b38c3132768e0f5132763db9c8fdc2a4a9490bde (patch) | |
| tree | 1506961a35b6671e862a1fdef89ffd4951cc65a1 /op_crates | |
| parent | d6cee706955f300086f41f9318d23631f64f036b (diff) | |
v1.3.0
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 c578efa88..8c204c1a7 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.2.0" +version = "0.3.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.52.0", path = "../../core" } +deno_core = { version = "0.53.0", path = "../../core" } [dev-dependencies] futures = "0.3.5" |
