From 057c6b3360d31f4448a6280cfde926872de6395c Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Wed, 3 Apr 2024 11:30:29 -0400 Subject: [PATCH] chore: prepare release 0.14.1 (#761) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 415ce3465..1e2bb4309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3103,7 +3103,7 @@ dependencies = [ [[package]] name = "rattler-build" -version = "0.14.0" +version = "0.14.1" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1a8872b49..1c6e9bab0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust-tests"] [package] name = "rattler-build" -version = "0.14.0" +version = "0.14.1" authors = ["Wolf Vollprecht "] homepage = "https://github.com/prefix-dev/rattler-build" edition = "2021"