rust: cargo 0.33.0
Closes #36405. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
c30b22bca8
commit
cc370b787b
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.32.0",
|
||||
:revision => "339d9f9c8f400010df3282ae5582bf3a0f739004"
|
||||
:tag => "0.33.0",
|
||||
:revision => "8610973aaf48615ba7dc9a38a9a2795ba6f36a31"
|
||||
end
|
||||
|
||||
resource "racer" do
|
||||
|
|
Loading…
Reference in a new issue