diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-09-04 13:16:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 17:16:24 +0000 |
commit | e27a19c02c537626d7874f7521f4e39d6dfad0af (patch) | |
tree | 5beb4d4b427646e084bc01935c3e3050d89c637a /ext/net | |
parent | 07ad47da53d1fbabf6fc5d26c89dc6ba683d27fd (diff) |
chore: forward v1.46.3 release commit to main (#25425)
This is the release commit being forwarded back to main for 1.46.3
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 8f952dc8f..02e7a1681 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.159.0" +version = "0.160.0" authors.workspace = true edition.workspace = true license.workspace = true |