diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-04-01 10:05:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 13:35:46 +0530 |
commit | 8d158058e5abab14d122712a716979b865620995 (patch) | |
tree | a54f4258eb4c427d086b24af2addb3917599e9ff /ext/tls | |
parent | 8698492128310f713993bb115985d41d3fdca2db (diff) |
chore: forward v1.42.1 release commit to main (#23162)
This is the release commit being forwarded back to main for 1.42.1
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
Diffstat (limited to 'ext/tls')
-rw-r--r-- | ext/tls/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index f9faf40bb..f56b7b3ff 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_tls" -version = "0.130.0" +version = "0.131.0" authors.workspace = true edition.workspace = true license.workspace = true |