From 2afbd36daeff8dada2f845bdf02522a1aa1e2948 Mon Sep 17 00:00:00 2001 From: Victor Martinez <49537445+JasterV@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:13:00 +0100 Subject: [PATCH] chore: update to 0.1.6 --- Cargo.toml | 2 +- test-context/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 46dc687..900fb17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"] [workspace.package] edition = "2021" -version = "0.1.5" +version = "0.1.6" homepage = "https://github.com/JasterV/test-context" repository = "https://github.com/JasterV/test-context" authors = [ diff --git a/test-context/Cargo.toml b/test-context/Cargo.toml index 200a638..08f84e7 100644 --- a/test-context/Cargo.toml +++ b/test-context/Cargo.toml @@ -12,7 +12,7 @@ authors.workspace = true license.workspace = true [dependencies] -test-context-macros = { version = "0.1.4", path = "../test-context-macros/" } +test-context-macros = { version = "0.1.6", path = "../test-context-macros/" } async-trait = "0.1.42" futures = "0.3"