From 20f8c377b77ab26fe6346ac9cadca45863e9bb84 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 1 Jun 2023 16:33:08 -0400 Subject: [PATCH] rust 1.70.0 --- Formula/rust.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/rust.rb b/Formula/rust.rb index f1df19c8d59f4..fd41ba1d2d705 100644 --- a/Formula/rust.rb +++ b/Formula/rust.rb @@ -4,8 +4,8 @@ class Rust < Formula license any_of: ["Apache-2.0", "MIT"] stable do - url "https://static.rust-lang.org/dist/rustc-1.69.0-src.tar.gz" - sha256 "fb05971867ad6ccabbd3720279f5a94b99f61024923187b56bb5c455fa3cf60f" + url "https://static.rust-lang.org/dist/rustc-1.70.0-src.tar.gz" + sha256 "b2bfae000b7a5040e4ec4bbc50a09f21548190cb7570b0ed77358368413bd27c" # From https://github.com/rust-lang/rust/tree/#{version}/src/tools resource "cargo" do