diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-10-12 23:12:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 03:12:06 +0000 |
commit | 5da1bd802ca33cded6e5efad8dcd2155e448993c (patch) | |
tree | 6a3f22068f34dd3bd9766cc8de0c5d137adb6ddd /ext/tls | |
parent | 48e695a2c89edad6e4880e7decfdb36d524f8279 (diff) |
chore: forward v1.37.2 release commit to main (#20897)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.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 18303b06f..6d56dfd49 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_tls" -version = "0.107.0" +version = "0.108.0" authors.workspace = true edition.workspace = true license.workspace = true |