diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-07-13 02:16:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 02:16:49 +0200 |
commit | 642dd3d3c433efb56e59e64f0b75c6951153b571 (patch) | |
tree | 9d9b5fe22b96b39e97bb03f67b067f40c9bb46d5 /extensions/net | |
parent | 9c020d8c27dd57057db645a96f7b4ec924074e37 (diff) |
chore: release crates (#11378)
Diffstat (limited to 'extensions/net')
-rw-r--r-- | extensions/net/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/net/Cargo.toml b/extensions/net/Cargo.toml index 352308925..440532331 100644 --- a/extensions/net/Cargo.toml +++ b/extensions/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.1.0" +version = "0.2.0" edition = "2018" description = "Networking for Deno" authors = ["the Deno authors"] @@ -14,7 +14,7 @@ repository = "https://github.com/denoland/deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.92.0", path = "../../core" } +deno_core = { version = "0.93.0", path = "../../core" } log = "0.4.14" lazy_static = "1.4.0" |