From 7fe1854367c110248fd6c6e0985d4ba4c459c53b Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Mon, 26 Feb 2024 15:47:53 +0100 Subject: [PATCH] chore: prepare release 0.12.0 (#673) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80d3fbc49..47e2fd8f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2937,7 +2937,7 @@ dependencies = [ [[package]] name = "rattler-build" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/Cargo.toml b/Cargo.toml index 6d25b9fda..d0d154834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust-tests"] [package] name = "rattler-build" -version = "0.11.0" +version = "0.12.0" authors = ["Wolf Vollprecht "] homepage = "https://github.com/prefix-dev/rattler-build" edition = "2021"