From 6eccce4d779d0294c41feb875e00fadd523a9030 Mon Sep 17 00:00:00 2001 From: Asher Foa Date: Mon, 26 Sep 2022 14:26:26 -0400 Subject: [PATCH] Upgrade Toolchain Pants Plugin to 0.23.0 (#17002) Changelog: https://docs.toolchain.com/docs/toolchain-pants-plugin-changelog#0230----2022-09-26 --- pants.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pants.toml b/pants.toml index 3a0bae2b77a..55c0d249be1 100644 --- a/pants.toml +++ b/pants.toml @@ -34,12 +34,9 @@ backend_packages.add = [ ] plugins = [ "hdrhistogram", # For use with `--stats-log`. - "toolchain.pants.plugin==0.22.0", + "toolchain.pants.plugin==0.23.0", ] -# Remove once Toolchain plugin is updated. -ignore_warnings = ["DEPRECATED: `pants.engine.environment"] - # The invalidation globs cover the PYTHONPATH by default, but we exclude some files that are on the # path but not consumed by python, and additionally add the rust code. pantsd_invalidation_globs.add = [