From 0d06b8c8e9576c45c683226f02305bc00e7dc0f4 Mon Sep 17 00:00:00 2001 From: Goldstein Date: Mon, 11 Sep 2023 21:41:36 +0300 Subject: [PATCH] commit proper Cargo.lock --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- macro/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c2d6ed..d3936b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,7 +178,7 @@ checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" [[package]] name = "mark-flaky-tests" -version = "1.0.0" +version = "1.0.2" dependencies = [ "futures", "mark-flaky-tests-macro", @@ -188,7 +188,7 @@ dependencies = [ [[package]] name = "mark-flaky-tests-macro" -version = "1.0.0" +version = "1.0.2" dependencies = [ "proc-macro-crate", "proc-macro-error", diff --git a/Cargo.toml b/Cargo.toml index 0b1b8bc..0f0a8f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mark-flaky-tests" -version = "1.0.1" +version = "1.0.2" description = "Mark, debug and auto-retry your flaky tests" authors = ["Maximilian Siling "] repository = "https://github.com/GoldsteinE/mark-flaky-tests/" diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 234ef88..d347c5f 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mark-flaky-tests-macro" -version = "1.0.1" +version = "1.0.2" description = "Mark, debug and auto-retry your flaky tests (proc-macro crate)" authors = ["Maximilian Siling "] repository = "https://github.com/GoldsteinE/mark-flaky-tests/"