Skip to content

Commit

Permalink
Upgrade Toolchain Pants Plugin to 0.23.0 (#17002)
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf authored Sep 26, 2022
1 parent 52c2c70 commit 6eccce4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 6eccce4

Please sign in to comment.