Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustfmt 1.7.0 #160147

Merged
merged 2 commits into from
Apr 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1789,6 +1789,7 @@ rune
rure
rust-analyzer
rustcat
rustfmt
rustscan
rustup-init
rye
Expand Down
4 changes: 2 additions & 2 deletions Formula/r/rustfmt.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Rustfmt < Formula

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / Linux

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)

Check notice on line 1 in Formula/r/rustfmt.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

Installed previously built bottle for rustfmt from

:5ae3773c700 (Merge cc5fca0c83d9177119ade48ebe0e64d5f4e88c06 into 755b5cf34822621965034223b863e63fa57a7d29, 2024-04-28)
desc "Format Rust code"
homepage "https://rust-lang.github.io/rustfmt/"
url "https://github.com/rust-lang/rustfmt/archive/refs/tags/v1.6.0.tar.gz"
sha256 "32ba647a9715efe2699acd3d011e9f113891be02ac011d314b955a9beea723a2"
url "https://github.com/rust-lang/rustfmt/archive/refs/tags/v1.7.0.tar.gz"
sha256 "9f228d6192104a57efd73b20b8f0a2189c920373655b0c17b75758afab805be8"
license any_of: ["MIT", "Apache-2.0"]
head "https://github.com/rust-lang/rustfmt.git", branch: "master"

Expand Down
Loading