From 09366c58d536771fcc55b75a478103c89c03ebbf Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:13:37 +0100 Subject: [PATCH] chore: rollback to 0.5.3 --- Cargo.toml | 2 +- test-context/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f14652f..65f6735 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"] [workspace.package] edition = "2024" -version = "0.5.4" +version = "0.5.3" rust-version = "1.91.0" homepage = "https://github.com/JasterV/test-context" repository = "https://github.com/JasterV/test-context" diff --git a/test-context/Cargo.toml b/test-context/Cargo.toml index dca4c67..e7863e8 100644 --- a/test-context/Cargo.toml +++ b/test-context/Cargo.toml @@ -13,7 +13,7 @@ authors.workspace = true license.workspace = true [dependencies] -test-context-macros = { version = "0.5.4", path = "../test-context-macros/" } +test-context-macros = { version = "0.5.3", path = "../test-context-macros/" } futures = "0.3" [dev-dependencies]