diff options
author | Satya Rohith <me@satyarohith.com> | 2021-09-21 09:20:21 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 09:20:21 +0530 |
commit | 923c5432e06aec6ec705304b818bba21c2b497d8 (patch) | |
tree | 065f274ed375f36ccc5243e0c0451981a7ffbc1f /ext/net | |
parent | 0f23d926019d333572366a4de4f291b848fa6ded (diff) |
chore: bump deno_net (#12157)
Diffstat (limited to 'ext/net')
-rw-r--r-- | ext/net/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 51700db4d..23f71f141 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.8.0" +version = "0.9.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" |