diff --git a/Cargo.lock b/Cargo.lock index 98c5fbb..8fd8567 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "aster" -version = "0.11.1" +version = "0.11.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 69fd8e8..4657cbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aster" -version = "0.11.1" +version = "0.11.2" edition = "2021" rust-version = "1.88" description = "Build orchestration for polyglot monorepos"