Skip to content

Commit

Permalink
cargo-dist: declare conflict with nmh
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Dec 27, 2024
1 parent af3aaef commit 8b175bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/c/cargo-dist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class CargoDist < Formula
depends_on "rust" => :build
depends_on "rustup" => :test

conflicts_with "nmh", because: "both install `dist` binaries"

def install
system "cargo", "install", *std_cargo_args(path: "cargo-dist")
end
Expand Down

0 comments on commit 8b175bb

Please sign in to comment.