From a6948ff1edaff2e247202927f761560453cdc4a2 Mon Sep 17 00:00:00 2001 From: romnn Date: Sat, 11 Jan 2025 05:15:00 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.34=20=E2=86=92=200.0.35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index dbb5b58..b122245 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.0.34" +current_version = "0.0.35" commit = true tag = true pre_commit_hooks = [ diff --git a/Cargo.toml b/Cargo.toml index 0a770cf..b8c4175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-feature-combinations" -version = "0.0.34" +version = "0.0.35" edition = "2021" authors = ["romnn "] description = "run cargo commands for all feature combinations"