From ac7877e8f1b677d227469fd832e674db094a07ae Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Thu, 22 Feb 2024 16:29:53 +0100 Subject: [PATCH] chore: Release codspeed-runner version 2.2.1-beta.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0bd17b..4940d83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,7 +248,7 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "codspeed-runner" -version = "2.2.0" +version = "2.2.1-beta.1" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index d5d0c6f..16a1dad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codspeed-runner" -version = "2.2.0" +version = "2.2.1-beta.1" edition = "2021" repository = "https://github.com/CodSpeedHQ/runner" publish = false