diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-06-08 20:34:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-08 20:34:18 +0200 |
| commit | 3a96fe55a0d71b75975823c5535115683bb04880 (patch) | |
| tree | 8526a3115bc1a0304a18defa128ece7f5fee5131 /extensions/web | |
| parent | d679ebbb376aadfe3fb67d39b50025d8cf747e45 (diff) | |
chore: release crates (#10896)
Diffstat (limited to 'extensions/web')
| -rw-r--r-- | extensions/web/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/web/Cargo.toml b/extensions/web/Cargo.toml index 3df897dc7..a914d1b48 100644 --- a/extensions/web/Cargo.toml +++ b/extensions/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.38.1" +version = "0.39.0" edition = "2018" description = "Collection of Web APIs" authors = ["the Deno authors"] @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] base64 = "0.13.0" -deno_core = { version = "0.88.1", path = "../../core" } +deno_core = { version = "0.89.0", path = "../../core" } encoding_rs = "0.8.28" serde = "1.0" |
