Skip to content

Commit

Permalink
add rustup-init dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
walkah committed Oct 31, 2023
1 parent 6930144 commit c4e10d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/homestar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ class Homestar < Formula
end

depends_on "rust" => :build

depends_on "ipfs"
depends_on "rustup-init"

def install
system "cargo", "install", *std_cargo_args(path: "homestar-runtime")
Expand Down

0 comments on commit c4e10d2

Please sign in to comment.