From 53cf155c4f40c0e8b61efc79506da3f634b3eba8 Mon Sep 17 00:00:00 2001 From: Asher Foa <1268088+asherf@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:50:04 -0400 Subject: [PATCH] [internal] Update toolchain pants plugin to v0.25.0 Changelog: https://docs.toolchain.com/docs/toolchain-pants-plugin-changelog#0250----2022-11-02 --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index 78bb9692ae7..e795d5cfba7 100644 --- a/pants.toml +++ b/pants.toml @@ -35,7 +35,7 @@ backend_packages.add = [ ] plugins = [ "hdrhistogram", # For use with `--stats-log`. - "toolchain.pants.plugin==0.24.0", + "toolchain.pants.plugin==0.25.0", ] # The invalidation globs cover the PYTHONPATH by default, but we exclude some files that are on the