Skip to content

Commit f8fdc53

Browse files
committed
Release deadpool 0.12.4
1 parent 4557a53 commit f8fdc53

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

crates/deadpool/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [0.12.4] - 2026-02-02
13+
1214
- Bump up MSRV to `1.85` and Rust edition to `2024`
1315
- Remove `lazy_static` dependency
1416
- Add support for `smol` version 2 as runtime
@@ -216,7 +218,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216218
- First release
217219

218220
<!-- next-url -->
219-
[Unreleased]: https://github.com/deadpool-rs/deadpool/compare/deadpool-v0.12.3...HEAD
221+
[Unreleased]: https://github.com/deadpool-rs/deadpool/compare/deadpool-v0.12.4...HEAD
222+
[0.12.4]: https://github.com/deadpool-rs/deadpool/compare/deadpool-v0.12.3...deadpool-v0.12.4
220223
[0.12.3]: https://github.com/deadpool-rs/deadpool/compare/deadpool-v0.12.2...deadpool-v0.12.3
221224
[0.12.2]: https://github.com/deadpool-rs/deadpool/compare/deadpool-v0.12.1...deadpool-v0.12.2
222225
[0.12.1]: https://github.com/deadpool-rs/deadpool/compare/deadpool-v0.12.0...deadpool-v0.12.1

crates/deadpool/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deadpool"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
edition = "2024"
55
rust-version = "1.85"
66
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
@@ -36,7 +36,7 @@ tokio = { version = "1.5", features = ["sync"] }
3636
[dev-dependencies]
3737
async-std = { version = "1.0", features = ["attributes"] }
3838
config = { version = "0.15", features = ["json"] }
39-
criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
39+
criterion = { version = "0.8", features = ["html_reports", "async_tokio"] }
4040
itertools = "0.14"
4141
macro_rules_attribute = "0.2.2"
4242
smol-macros = "0.1.1"

0 commit comments

Comments
 (0)