From 3289320612c95c06212adb858046b91789998514 Mon Sep 17 00:00:00 2001 From: Bruce Wayne Date: Sun, 1 Mar 2026 23:16:31 +0800 Subject: [PATCH] chore: update description to include DTLS 1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f1ed67..f1fab10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dimpl" authors = ["Martin Algesten "] -description = "DTLS 1.2 implementation (Sans‑IO, Sync)" +description = "DTLS 1.2/1.3 implementation (Sans‑IO, Sync)" version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0"