From 7cab7279b4dcfafcaacaed9565ba77282b1f2a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= <49537445+JasterV@users.noreply.github.com> Date: Tue, 27 Feb 2024 23:29:48 +0100 Subject: [PATCH] chore: upgrade to 0.3.0 (#41) --- Cargo.toml | 2 +- test-context/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3014832..036a858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["test-context", "test-context-macros"] [workspace.package] edition = "2021" -version = "0.2.0" +version = "0.3.0" rust-version = "1.75.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 388eb28..4fb23e1 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.2.0", path = "../test-context-macros/" } +test-context-macros = { version = "0.3.0", path = "../test-context-macros/" } futures = "0.3" [dev-dependencies]