summaryrefslogtreecommitdiff
path: root/ext/tls
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-11-02 15:03:37 +0100
committerGitHub <noreply@github.com>2021-11-02 10:03:37 -0400
commit8e31bbbe551e95a40a78fd96671916f917218b93 (patch)
treef11c7b387b1d9c10898d6a67f37afcafea750d40 /ext/tls
parent70336912b4307ac218426a3f5ce938bd8fb7dbb5 (diff)
chore: update to Rust edition 2021 (#12578)
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 869bf1271..c18a2f6fd 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -4,7 +4,7 @@
name = "deno_tls"
version = "0.10.0"
authors = ["the Deno authors"]
-edition = "2018"
+edition = "2021"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"