Skip to content

Commit

Permalink
Add rustup-init dependency for homestar (#23)
Browse files Browse the repository at this point in the history
* add CODEOWNERS

* add rustup-init dependency
  • Loading branch information
walkah authored Nov 1, 2023
1 parent 6f19fab commit 04dd572
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default
* @fission-codes/development
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 04dd572

Please sign in to comment.