Skip to content

Commit

Permalink
rust 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Jan 9, 2025
1 parent efda086 commit 6874b44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/r/rust.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ class Rust < Formula
desc "Safe, concurrent, practical language"
homepage "https://www.rust-lang.org/"
license any_of: ["Apache-2.0", "MIT"]
revision 1

stable do
url "https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.gz"
sha256 "722d773bd4eab2d828d7dd35b59f0b017ddf9a97ee2b46c1b7f7fac5c8841c6e"
url "https://static.rust-lang.org/dist/rustc-1.84.0-src.tar.gz"
sha256 "15cee7395b07ffde022060455b3140366ec3a12cbbea8f1ef2ff371a9cca51bf"

# From https://github.com/rust-lang/rust/tree/#{version}/src/tools
resource "cargo" do
Expand Down

0 comments on commit 6874b44

Please sign in to comment.