rust: update cargo to 0.28.0
Closes #29882. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
bafff68d51
commit
2673619624
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ class Rust < Formula
|
|||
|
||||
resource "cargo" do
|
||||
url "https://github.com/rust-lang/cargo.git",
|
||||
:tag => "0.27.0",
|
||||
:revision => "0e7c5a93159076952f609e05760e2458828d0d1f"
|
||||
:tag => "0.28.0",
|
||||
:revision => "1e95190e5ffd6e6b701ad87dab4671246b96a9ce"
|
||||
end
|
||||
|
||||
resource "racer" do
|
||||
|
|
Loading…
Reference in a new issue