From 08f1a5556f1c4327c4bd42260208e937852f10c7 Mon Sep 17 00:00:00 2001 From: Chongyu Zhu Date: Thu, 7 Mar 2019 17:18:52 +0800 Subject: [PATCH] rust: cargo 0.34.0 Closes #37680. Signed-off-by: Chongyu Zhu --- Formula/rust.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/rust.rb b/Formula/rust.rb index d03e86fed2..b6a381642a 100644 --- a/Formula/rust.rb +++ b/Formula/rust.rb @@ -8,8 +8,8 @@ class Rust < Formula resource "cargo" do url "https://github.com/rust-lang/cargo.git", - :tag => "0.33.0", - :revision => "8610973aaf48615ba7dc9a38a9a2795ba6f36a31" + :tag => "0.34.0", + :revision => "f099fe94b66f0a2f80370be8f2d3db2a55b97050" end resource "racer" do