Skip to content

Commit 733fb03

Browse files
committed
misc formulae: do not depend on rustfmt
1 parent 26dbbb7 commit 733fb03

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Formula/pg_graphql.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class PgGraphql < Formula
1313
end
1414

1515
depends_on "rust" => :build
16-
depends_on "rustfmt" => :build
1716
depends_on "bayandin/tap/neon-postgres"
1817

1918
uses_from_macos "llvm" => :build

Formula/pg_jsonschema.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class PgJsonschema < Formula
1313
end
1414

1515
depends_on "rust" => :build
16-
depends_on "rustfmt" => :build
1716
depends_on "bayandin/tap/neon-postgres"
1817

1918
uses_from_macos "llvm" => :build

Formula/pg_tiktoken.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class PgTiktoken < Formula
1414
end
1515

1616
depends_on "rust" => :build
17-
depends_on "rustfmt" => :build
1817
depends_on "bayandin/tap/neon-postgres"
1918

2019
uses_from_macos "llvm" => :build

0 commit comments

Comments
 (0)