diff --git a/Cargo.lock b/Cargo.lock index 148bd639..5218e818 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3443,7 +3443,7 @@ dependencies = [ [[package]] name = "rattler-build" -version = "0.21.0" +version = "0.22.0" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bc157b89..f7744a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust-tests"] [package] name = "rattler-build" -version = "0.21.0" +version = "0.22.0" authors = ["rattler-build contributors "] homepage = "https://github.com/prefix-dev/rattler-build" edition = "2021"