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"