From dae51d203837616c0149107abe29cf5bf953e79f Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Sun, 12 Feb 2023 21:57:31 -0500 Subject: [PATCH] fix(ruff) resolves https://github.com/teaxyz/pantry.core/issues/278 resolves https://github.com/teaxyz/pantry.core/issues/277 --- projects/github.com/charliermarsh/ruff/package.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/github.com/charliermarsh/ruff/package.yml b/projects/github.com/charliermarsh/ruff/package.yml index 3c1fe9fb..068ea510 100644 --- a/projects/github.com/charliermarsh/ruff/package.yml +++ b/projects/github.com/charliermarsh/ruff/package.yml @@ -11,6 +11,7 @@ build: rust-lang.org: '>=1.60' rust-lang.org/cargo: '*' crates.io/semverator: '*' + tea.xyz/gx/make: '*' #build.rs uses make since 0.0.246 script: | if semverator lt {{version}} 0.0.242; then CRATE=ruff_cli