diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-29 00:19:26 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:35 +0200 |
commit | 283e7ca92bb009a950211ad0ab701288ff62c009 (patch) | |
tree | 779f8ab0d9601ca453b052e55e493a27d60ea7de /extensions/web | |
parent | 18db5be38611d5b7e8c8635bc55127f3f59bfdbd (diff) |
chore: release web extension@0.38.0 (#10773)
Diffstat (limited to 'extensions/web')
-rw-r--r-- | extensions/web/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/web/Cargo.toml b/extensions/web/Cargo.toml index 2e2d96675..e8a6f480e 100644 --- a/extensions/web/Cargo.toml +++ b/extensions/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.37.0" +version = "0.38.0" edition = "2018" description = "Collection of Web APIs" authors = ["the Deno authors"] |