From 339b93c89d2aa0b9cb8f46dc5b25ba72d6f22422 Mon Sep 17 00:00:00 2001 From: James Bell Date: Tue, 11 Mar 2025 19:12:13 +0000 Subject: [PATCH] Bump --- ntex-rt/CHANGES.md | 4 ++++ ntex-rt/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ntex-rt/CHANGES.md b/ntex-rt/CHANGES.md index 415bea7e..9ac47713 100644 --- a/ntex-rt/CHANGES.md +++ b/ntex-rt/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.4.26] - 2025-03-10 + +* Add Arbiter::spawn_with() + ## [0.4.25] - 2025-03-10 * Add "ntex-runtime" support diff --git a/ntex-rt/Cargo.toml b/ntex-rt/Cargo.toml index 1967fd6f..3caa90d4 100644 --- a/ntex-rt/Cargo.toml +++ b/ntex-rt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-rt" -version = "0.4.25" +version = "0.4.26" authors = ["ntex contributors "] description = "ntex runtime" keywords = ["network", "framework", "async", "futures"]