Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit c2ae39c

Browse files
committed
Merge tag 'v2.2.1' into development
v2.2.1 Changed ======= - fixed compilation failing on current rustc nightly due to dyn pointer cast changes (see rust-lang/rust#141402)
2 parents eeaa1ee + 8952552 commit c2ae39c

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ release. They will however *never* happen in a patch release.
1818

1919
[Changes rendered on GitHub][Upcoming/diff]
2020

21+
# [v2.2.1] — 2026-02-10
22+
23+
[Changes rendered on GitHub][v2.2.1/diff]
24+
25+
## Changed
26+
- fixed compilation failing on current rustc nightly due to dyn pointer cast changes (see https://github.com/rust-lang/rust/issues/141402)
27+
2128

2229
# [v2.2.0] — 2024-10-15
2330

@@ -276,7 +283,9 @@ making this release possible.**
276283

277284
[Upcoming Changes]: https://github.com/dequbed/rsasl/tree/development
278285
<!-- next-url -->
279-
[Upcoming/diff]: https://github.com/dequbed/rsasl/compare/v2.2.0...development
286+
[Upcoming/diff]: https://github.com/dequbed/rsasl/compare/v2.2.1...development
287+
[v2.2.1]: https://github.com/dequbed/rsasl/releases/tag/v2.2.1
288+
[v2.2.1/diff]: https://github.com/dequbed/rsasl/compare/v2.2.0...v2.2.1
280289
[v2.2.0]: https://github.com/dequbed/rsasl/releases/tag/v2.2.0
281290
[v2.2.0/diff]: https://github.com/dequbed/rsasl/compare/v2.1.0...v2.2.0
282291
[v2.1.0]: https://github.com/dequbed/rsasl/releases/tag/v2.1.0

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsasl"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Nadja Reitzenstein <me@dequbed.space>"]
55
categories = ["authentication", "api-bindings", "network-programming"]
66
documentation = "https://docs.rs/rsasl"

0 commit comments

Comments
 (0)