File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " deadpool"
3- version = " 0.12.3 "
3+ version = " 0.12.4 "
44edition = " 2024"
55rust-version = " 1.85"
66authors = [" Michael P. Jung <michael.jung@terreon.de>" ]
@@ -36,7 +36,7 @@ tokio = { version = "1.5", features = ["sync"] }
3636[dev-dependencies ]
3737async-std = { version = " 1.0" , features = [" attributes" ] }
3838config = { 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" ] }
4040itertools = " 0.14"
4141macro_rules_attribute = " 0.2.2"
4242smol-macros = " 0.1.1"
You can’t perform that action at this time.
0 commit comments