From 47f4db24ea90e16578c7932723acb823838da6f0 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Wed, 9 Oct 2024 20:44:31 +0200 Subject: [PATCH] release 0.25.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c999fde..7e6e57bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3450,7 +3450,7 @@ dependencies = [ [[package]] name = "rattler-build" -version = "0.24.0" +version = "0.25.0" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c6d4797c..8ceb2533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust-tests"] [package] name = "rattler-build" -version = "0.24.0" +version = "0.25.0" authors = ["rattler-build contributors "] homepage = "https://github.com/prefix-dev/rattler-build" edition = "2021"