Skip to content

Commit

Permalink
rust cargo 0.50.1
Browse files Browse the repository at this point in the history
Bump rust cargo to version 0.50.1 since build on Mac OS X did fail, see also this bug discription:
rust-lang/cargo#9124
  • Loading branch information
Nils Koenig committed Feb 11, 2021
1 parent d1696e6 commit d323736
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/rust.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class Rust < Formula

resource "cargo" do
url "https://github.com/rust-lang/cargo.git",
tag: "0.50.0",
revision: "d00d64df9f803bf5bba8714ca498d8f9159d07f6"
tag: "0.50.1",
revision: "d61c808dda8029721042618f22e8e15d01328af4"
end
end

Expand Down Expand Up @@ -136,3 +136,4 @@ def post_install
(testpath/"hello_world").cd { `#{bin}/cargo run`.split("\n").last }
end
end

0 comments on commit d323736

Please sign in to comment.