diff options
Diffstat (limited to 'op_crates')
-rw-r--r-- | op_crates/fetch/Cargo.toml | 2 | ||||
-rw-r--r-- | op_crates/web/Cargo.toml | 2 | ||||
-rw-r--r-- | op_crates/websocket/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml index ba0856c02..991c6bd51 100644 --- a/op_crates/fetch/Cargo.toml +++ b/op_crates/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.22.1" +version = "0.22.2" edition = "2018" description = "provides fetch Web API to deno_core" authors = ["the Deno authors"] diff --git a/op_crates/web/Cargo.toml b/op_crates/web/Cargo.toml index 8e2d24adf..576b75ee6 100644 --- a/op_crates/web/Cargo.toml +++ b/op_crates/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.30.1" +version = "0.30.2" edition = "2018" description = "Collection of Web APIs" authors = ["the Deno authors"] diff --git a/op_crates/websocket/Cargo.toml b/op_crates/websocket/Cargo.toml index 418d32021..7d4d605e6 100644 --- a/op_crates/websocket/Cargo.toml +++ b/op_crates/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.5.1" +version = "0.5.2" edition = "2018" description = "Implementation of WebSocket API for Deno" authors = ["the Deno authors"] |