Skip to content

Commit efd8410

Browse files
committed
0.4.2
1 parent e4c2964 commit efd8410

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Unreleased
22

3-
# 0.4.1
3+
# 0.4.2
4+
5+
* Downgrade rand to 0.9 to avoid double chacha20 dep #84
6+
7+
# 0.4.1 (yanked)
48

59
* Edition 2024 and bump deps (big cargo fmt) #83
610
* Add DTLS 1.2 ChaCha20 and X25519 support #77

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "dimpl"
33
authors = ["Martin Algesten <martin@algesten.se>"]
44
description = "DTLS 1.2/1.3 implementation (Sans‑IO, Sync)"
5-
version = "0.4.1"
5+
version = "0.4.2"
66
edition = "2024"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/algesten/dimpl"

0 commit comments

Comments
 (0)