summaryrefslogtreecommitdiff
path: root/ext/tls
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-05-02 13:30:11 +0200
committerGitHub <noreply@github.com>2023-05-02 11:30:11 +0000
commit97147faf891dce8d77bc829cbd0ebc1afebb2575 (patch)
tree6ebcd5a5fe6717288d197602799d78a3252687dc /ext/tls
parent49eb887cc6325e14211ec4a241ffc4ac98f0f7a9 (diff)
chore: release extension crates, unpin tokio (#18954)
Diffstat (limited to 'ext/tls')
-rw-r--r--ext/tls/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 9ca009150..13808a22a 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.88.0"
+version = "0.89.0"
authors.workspace = true
edition.workspace = true
license.workspace = true